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:
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user