1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Add admin logging to update process

This commit is contained in:
e107steved
2008-10-19 20:31:57 +00:00
parent 0df36370ac
commit 4c69e0ca30
3 changed files with 141 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.12 2008-10-04 16:24:43 e107steved Exp $
// $Id: lan_log_messages.php,v 1.13 2008-10-19 20:31:57 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -122,4 +122,13 @@ define('LAN_AL_UTHEME_00', 'Unknown user theme related event');
define('LAN_AL_UTHEME_01', 'User theme settings changed');
define('LAN_AL_UTHEME_02', '');
// Update routines
//----------------
define('LAN_AL_UPDATE_00','Unknown software update related event');
define('LAN_AL_UPDATE_01','Update from 0.7 to 0.8 executed');
define('LAN_AL_UPDATE_02','Update from 0.7.x to 0.7.6 executed');
define('LAN_AL_UPDATE_03','Missing prefs added');
?>