[pLog-svn] r3488 - plog/trunk
    jondaley at devel.lifetype.net 
    jondaley at devel.lifetype.net
       
    Mon May 29 11:33:57 GMT 2006
    
    
  
Author: jondaley
Date: 2006-05-29 11:33:57 +0000 (Mon, 29 May 2006)
New Revision: 3488
Modified:
   plog/trunk/wizard.php
Log:
only close result if it exists.
Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-29 06:50:16 UTC (rev 3487)
+++ plog/trunk/wizard.php	2006-05-29 11:33:57 UTC (rev 3488)
@@ -1372,7 +1372,9 @@
                         $message .= "Error removing old id column from config table: ".$this->_db->ErrorMsg()."<br/>";
                         $errors = true;
                     }
-                    $result->Close();
+                    else{
+                        $result->Close();
+                    }
                 }
             }
             
    
    
More information about the pLog-svn
mailing list