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

$emessage to $mes and LAN cleanup

This commit is contained in:
Tijn Kuyper
2013-02-25 14:38:09 +01:00
parent de904a82d1
commit 5304b4a18b
4 changed files with 26 additions and 28 deletions

View File

@@ -69,7 +69,6 @@ unset($qs);
require_once (e_ADMIN.'auth.php');
require_once (e_HANDLER.'message_handler.php');
require_once (e_HANDLER.'form_handler.php');
//$emessage = &eMessage::getInstance();
//$frm = new e_form(false);
$mes = e107::getMessage();
$frm = e107::getForm();
@@ -100,7 +99,6 @@ if(isset($_POST['setoptions']))
if($admin_log->logArrayDiffs($temp, $pref, 'ADLOG_01') || $admin_log->logArrayDiffs($temp, $pref, 'ADLOG_04'))
{
save_prefs(); // Only save if changes
//$emessage->add(RL_LAN_006, E_MESSAGE_SUCCESS);
}
else
{