Index: branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -r6705 -r7837 --- branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 6705) +++ branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 7837) @@ -767,7 +767,6 @@ $m = $this->ErrorMsg(); $errorLevel = constOn('DBG_SQL_FAILURE') && !constOn('IS_INSTALL') ? E_USER_ERROR : E_USER_WARNING; - $debugger->dumpVars($_REQUEST); $debugger->appendTrace(); $error_msg = ''.$m.' ('.$e.')
SQL: '.$debugger->formatSQL($sql);