CRM-17789 Allow end users to stop the switch to mysqli for the dsn
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 9 Sep 2016 21:48:59 +0000 (07:48 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 14 Sep 2016 00:53:21 +0000 (10:53 +1000)
CRM/Core/DAO.php

index c23fd9355bcce280f52f9ac989506ddcdda08e1b..9dba9ef5460edda03a20b294c804045f0e847e9b 100644 (file)
  * @copyright CiviCRM LLC (c) 2004-2016
  */
 
+if (!defined('DB_DSN_MODE')) {
+  define('DB_DSN_MODE', 'auto');
+}
+
 require_once 'PEAR.php';
 require_once 'DB/DataObject.php';