Changeset 858 for trunk/Packages/Common/Database.php
- Timestamp:
- May 8, 2019, 7:59:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Database.php
r852 r858 109 109 $this->insert_id = $this->PDO->lastInsertId(); 110 110 } else 111 { 111 { 112 112 $this->Error = $this->PDO->errorInfo(); 113 113 $this->Error = $this->Error[2];
Note:
See TracChangeset
for help on using the changeset viewer.