1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 02:10:46 +02:00

Administrators management ready; other admin fixes/improvements

This commit is contained in:
secretr
2008-12-20 15:23:48 +00:00
parent c9b3c12a60
commit ab036f7323
7 changed files with 263 additions and 185 deletions

View File

@@ -9,8 +9,8 @@
* Message Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/message_handler.php,v $
* $Revision: 1.8 $
* $Date: 2008-12-20 12:30:18 $
* $Revision: 1.9 $
* $Date: 2008-12-20 15:23:48 $
* $Author: secretr $
*
*/
@@ -24,6 +24,7 @@ define('E_MESSAGE_INFO', 'info');
define('E_MESSAGE_SUCCESS', 'success');
define('E_MESSAGE_WARNING', 'warning');
define('E_MESSAGE_ERROR', 'error');
define('E_MESSAGE_DEBUG', 'debug');
//FIXME - language file! new?