Changeset 336 for trunk/database.php
- Timestamp:
- Dec 30, 2011, 2:22:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/database.php
r329 r336 63 63 } else 64 64 { 65 $this->Error = $this->errorInfo[2]; 65 $this->Error = $this->PDO->errorInfo(); 66 $this->Error = $this->Error[2]; 66 67 if(($this->Error != '') and ($this->ShowSQLError == true)) 67 68 echo('<div><strong>SQL Error: </strong>'.$this->Error.'<br />'.$Query.'</div>');
Note:
See TracChangeset
for help on using the changeset viewer.