Project

General

Profile

Bug #19412 ยป bug9480.patch

Administrator Admin, 2008-10-03 22:06

View differences:

t3lib/class.t3lib_db.php (working copy)
}
$msg .= ': function t3lib_DB->' . $trace[0]['function'] . ' called from file ' . substr($trace[0]['file'],strlen(PATH_site)+2) . ' in line ' . $trace[0]['line'];
t3lib_div::sysLog($msg.'. Use a devLog extension to get more details.', 'Core/t3lib_db', 3);
t3lib_div::devLog($msg.'.', 'Core/t3lib_db', 3, $trace);
t3lib_div::devLog($msg.'.', 'Core/t3lib_db', 3, array('SQL Query' => $this->debug_lastBuiltQuery, 'SQL Error' => $this->sql_error(), 'Backtrace' => $trace));
return FALSE;
}
    (1-1/1)