Changeset 536 for trunk/Common/Database.php
- Timestamp:
- May 18, 2013, 6:51:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Database.php
r524 r536 72 72 if(($this->Error != '') and ($this->ShowSQLError == true)) 73 73 echo('<div><strong>SQL Error: </strong>'.$this->Error.'<br />'.$Query.'</div>'); 74 throw new Exception('SQL Error: </strong>'.$this->Error.', Query: '.$Query);74 throw new Exception('SQL Error: '.$this->Error.', Query: '.$Query); 75 75 } 76 76 return($Result);
Note:
See TracChangeset
for help on using the changeset viewer.