[pLog-svn] r2402 - plog/branches/plog-1.1-daochanges

ork at devel.plogworld.net ork at devel.plogworld.net
Mon Aug 8 17:57:58 GMT 2005


Author: ork
Date: 2005-08-08 17:57:58 +0000 (Mon, 08 Aug 2005)
New Revision: 2402

Modified:
   plog/branches/plog-1.1-daochanges/wizard.php
Log:
switching back to mysql, there is no driver yet


Modified: plog/branches/plog-1.1-daochanges/wizard.php
===================================================================
--- plog/branches/plog-1.1-daochanges/wizard.php	2005-08-08 17:57:37 UTC (rev 2401)
+++ plog/branches/plog-1.1-daochanges/wizard.php	2005-08-08 17:57:58 UTC (rev 2402)
@@ -577,7 +577,7 @@
         $config = new ConfigFileStorage();
         // open a connection to the database
         //$db = NewADOConnection('mysql');
-        $db = PDb::getDriver('postgres');
+        $db = PDb::getDriver('mysql');
         if ( $selectDatabase ) {
             $res = $db->Connect($config->getValue( "db_host" ), $config->getValue( "db_username" ), $config->getValue( "db_password" ), $config->getValue( "db_database" ));
         } else {




More information about the pLog-svn mailing list