Index: branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -r7837 -r7880 --- branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 7837) +++ branches/unlabeled/unlabeled-1.20.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 7880) @@ -767,6 +767,7 @@ $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);