Index: trunk/core/kernel/application.php =================================================================== diff -u -r4790 -r4814 --- trunk/core/kernel/application.php (.../application.php) (revision 4790) +++ trunk/core/kernel/application.php (.../application.php) (revision 4814) @@ -1834,7 +1834,7 @@ $this->Debugger->dumpVars($_REQUEST); $this->Debugger->appendTrace(); - $error_msg = ''.$msg.' ('.$code.')
SQL: '.$this->Debugger->formatSQL($sql); + $error_msg = ''.$msg.' ('.$code.')
SQL: '.$this->Debugger->formatSQL($sql); $long_id = $this->Debugger->mapLongError($error_msg); trigger_error( substr($msg.' ('.$code.') ['.$sql.']',0,1000).' #'.$long_id, $errorLevel); return true;