- do not use PDO by default

This commit is contained in:
steinm 2012-09-11 12:54:15 +00:00
parent 88941129b7
commit 8a20cbbbc1

View File

@ -15,7 +15,7 @@
/**
* @uses LetoDMS_DatabaseAccess
*/
define('USE_PDO', 1);
//define('USE_PDO', 1);
if(defined('USE_PDO'))
require_once('Core/inc.DBAccessPDO.php');
else