[pLog-svn] r3491 - plog/trunk

mark at devel.lifetype.net mark at devel.lifetype.net
Mon May 29 11:43:44 GMT 2006


Author: mark
Date: 2006-05-29 11:43:43 +0000 (Mon, 29 May 2006)
New Revision: 3491

Modified:
   plog/trunk/wizard.php
Log:
Remove Close() to avoid warnings.

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-29 11:42:04 UTC (rev 3490)
+++ plog/trunk/wizard.php	2006-05-29 11:43:43 UTC (rev 3491)
@@ -1939,7 +1939,6 @@
                 if( !$result ) {
                 	$this->message .= "Error updating database schema {$query}<br/>";
                 }
-                $result->Close();
             }
             
             $this->message .= "Post database schema updated.<br/>";



More information about the pLog-svn mailing list