Changeset 719 for trunk/polyfill


Ignore:
Timestamp:
Mar 9, 2020 3:13:45 AM (4 years ago)
Author:
anonymous
Message:

Update Prefs to use PDO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/polyfill/mysql.inc.php

    r716 r719  
    176176            try {
    177177                // Add instance
    178                 $this->_instances[$usePosition] = new Pdo($dsn, $username, $password, $flags);
     178                $this->_instances[$usePosition] = new PDO($dsn, $username, $password, $flags);
    179179
    180180                return $usePosition;
Note: See TracChangeset for help on using the changeset viewer.