Index: trunk/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -N -r6093 -r7867 --- trunk/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 6093) +++ trunk/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 7867) @@ -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);