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

EONE-29 (issue): logMessage(), logSuccess(), logError(), flushMessages() methods added (admin_log handler)

admin log is called on preferences save now
This commit is contained in:
secretr
2010-04-12 17:14:04 +00:00
parent 8476797fa0
commit 4ff7c24d39
3 changed files with 145 additions and 37 deletions

View File

@@ -18,11 +18,11 @@ if (!defined('e107_INIT')) { exit; }
/*
* Type defines
*/
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');
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?