- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r1698 r1743 64 64 if ($this->con instanceof mysqlConnection) { 65 65 mysqlConnection::$weak_locks = true; 66 } elseif ($this->con instanceof mysqliConnection) { 67 mysqliConnection::$weak_locks = true; 66 68 } 67 69
Note: See TracChangeset
for help on using the changeset viewer.