Changeset 40 for branches/2/database.php
- Timestamp:
- Jan 24, 2009, 5:55:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2/database.php
r8 r40 12 12 { 13 13 $this->LastQuery = $Query; 14 //if(($this->error != '')) 15 { 16 //echo('<strong>Database error:</strong> '); 17 echo($this->error.'<div style="border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 3px; padding-top: 3px; font-size: 12px; font-family: Arial;"><strong>Query:</strong> '.$Query.'</div>'); 18 //echo('<pre style="font-size: 9px">'); print_r(debug_backtrace()); echo('</pre>'); 19 } 14 20 return(parent::query($Query)); 15 21 }
Note:
See TracChangeset
for help on using the changeset viewer.