1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Database Utilities administration ready;

Database Verification administration ready;
minor admin improvements
This commit is contained in:
secretr
2008-12-30 13:51:41 +00:00
parent d387caf6a1
commit 53cc80a9c0
12 changed files with 1208 additions and 744 deletions

View File

@@ -9,8 +9,8 @@
* Message Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/message_handler.php,v $
* $Revision: 1.10 $
* $Date: 2008-12-23 16:25:06 $
* $Revision: 1.11 $
* $Date: 2008-12-30 13:51:41 $
* $Author: secretr $
*
*/
@@ -317,7 +317,8 @@ class eMessage
E_MESSAGE_ERROR => array(),
E_MESSAGE_WARNING => array(),
E_MESSAGE_SUCCESS => array(),
E_MESSAGE_INFO => array()
E_MESSAGE_INFO => array(),
E_MESSAGE_DEBUG => array()
);
}