Changeset 525 for trunk/includes/Database.php
- Timestamp:
- Feb 20, 2013, 11:30:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Database.php
r507 r525 66 66 $this->Error = $this->Error[2]; 67 67 if(($this->Error != '') and ($this->ShowSQLError == true)) 68 { 68 69 echo('<div><strong>SQL Error: </strong>'.$this->Error.'<br />'.$Query.'</div>'); 70 echo(debug_backtrace()); 71 } 69 72 } 70 73 $this->insert_id = $this->PDO->lastInsertId();
Note:
See TracChangeset
for help on using the changeset viewer.