fixed typo in last commit - undefined $sql

This commit is contained in:
skodak 2007-10-02 15:24:19 +00:00
parent 325898c61e
commit 78fa15afc1

View File

@ -100,7 +100,7 @@ function execute_sql($command, $feedback=true) {
notify('<strong>' . get_string('error') . '</strong>');
}
// these two may go to difference places
debugging($db->ErrorMsg() .'<br /><br />'. $sql);
debugging($db->ErrorMsg() .'<br /><br />'. $command);
if (!empty($CFG->dblogerror)) {
$debug=array_shift(debug_backtrace());
error_log("SQL ".$db->ErrorMsg()." in {$debug['file']} on line {$debug['line']}. STATEMENT: $command");