Changeset 23 for database.php
- Timestamp:
- Oct 22, 2008, 12:54:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database.php
r13 r23 17 17 { 18 18 echo('<strong>Database error:</strong> '.$this->error.'<br /><strong>Query:</strong> '.$Query.'<br />'); 19 //echo('<pre>'); print_r(debug_backtrace()); echo('</pre>');19 echo('<pre>'); print_r(debug_backtrace()); echo('</pre>'); 20 20 } 21 21 return($DbResult);
Note:
See TracChangeset
for help on using the changeset viewer.