[pLog-svn] r2251 - plog/trunk

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Mon Jun 20 04:37:09 GMT 2005


Author: pwestbro
Date: 2005-06-20 04:37:08 +0000 (Mon, 20 Jun 2005)
New Revision: 2251

Modified:
   plog/trunk/wizard.php
Log:
Fixed bug http://bugs.plogworld.net/view.php?id=601

Commented ou the include to adodb.inc.php, since db.class.php is included

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-06-19 23:07:34 UTC (rev 2250)
+++ plog/trunk/wizard.php	2005-06-20 04:37:08 UTC (rev 2251)
@@ -32,7 +32,7 @@
     include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
     include_once( PLOG_CLASS_PATH."class/template/template.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/view.class.php" );
-    include_once( PLOG_CLASS_PATH."class/database/adodb/adodb.inc.php" );
+//    include_once( PLOG_CLASS_PATH."class/database/adodb/adodb.inc.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/emailvalidator.class.php" );




More information about the pLog-svn mailing list