[Easymod-cvs] easymod2/mods/easymod/includes admin_easymod.php.txt, 1.54, 1.55
Status: Beta
Brought to you by:
wgeric
From: Jim W. <ter...@us...> - 2008-02-10 23:45:27
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25115 Modified Files: admin_easymod.php.txt Log Message: rm debug code Index: admin_easymod.php.txt =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** admin_easymod.php.txt 10 Feb 2008 23:43:11 -0000 1.54 --- admin_easymod.php.txt 10 Feb 2008 23:45:23 -0000 1.55 *************** *** 3509,3513 **** if ($failure) { ! $sql[] = array('command' => $sql_line, 'status' => '<b>' . 'zzz.1'.$lang['EM_not_attempted'] . '</b>'); } else if ($sql_allow) --- 3509,3513 ---- if ($failure) { ! $sql[] = array('command' => $sql_line, 'status' => '<b>' . '1'.$lang['EM_not_attempted'] . '</b>'); } else if ($sql_allow) *************** *** 3520,3524 **** $failure = true; ! $error = $db->sql_error().'zzz'; //echo "[" . $error['message'] . "][" . $error['code'] . "]<br />\n"; //exit; --- 3520,3524 ---- $failure = true; ! $error = $db->sql_error(); //echo "[" . $error['message'] . "][" . $error['code'] . "]<br />\n"; //exit; |