Changeset 524 for trunk/Common/Database.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Database.php
r503 r524 71 71 $this->Error = $this->Error[2]; 72 72 if(($this->Error != '') and ($this->ShowSQLError == true)) 73 //echo('<div><strong>SQL Error: </strong>'.$this->Error.'<br />'.$Query.'</div>');73 echo('<div><strong>SQL Error: </strong>'.$this->Error.'<br />'.$Query.'</div>'); 74 74 throw new Exception('SQL Error: </strong>'.$this->Error.', Query: '.$Query); 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.