[pLog-svn] r3485 - plog/trunk

mark at devel.lifetype.net mark at devel.lifetype.net
Mon May 29 06:33:12 GMT 2006


Author: mark
Date: 2006-05-29 06:33:11 +0000 (Mon, 29 May 2006)
New Revision: 3485

Modified:
   plog/trunk/wizard.php
Log:
Fixed a missed declaration.

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-29 06:11:20 UTC (rev 3484)
+++ plog/trunk/wizard.php	2006-05-29 06:33:11 UTC (rev 3485)
@@ -1238,6 +1238,7 @@
         function perform()
         {
             global $Tables;
+            global $Inserts;
 
             // connect to the db
             $this->_db = connectDb();



More information about the pLog-svn mailing list