[pLog-svn] r3487 - plog/trunk

mark at devel.lifetype.net mark at devel.lifetype.net
Mon May 29 06:50:16 GMT 2006


Author: mark
Date: 2006-05-29 06:50:16 +0000 (Mon, 29 May 2006)
New Revision: 3487

Modified:
   plog/trunk/wizard.php
Log:
Remove the "return" inside foreach. Or it will interrupt the postSchemaUpdate process.

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-29 06:41:54 UTC (rev 3486)
+++ plog/trunk/wizard.php	2006-05-29 06:50:16 UTC (rev 3487)
@@ -1939,7 +1939,6 @@
                 $result = $this->db->Execute( $query  );
                 if( !$result ) {
                 	$this->message .= "Error updating database schema {$query}<br/>";
-                    return true;
                 }
                 $result->Close();
             }



More information about the pLog-svn mailing list