[pLog-svn] r3331 - plog/trunk

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu May 4 11:04:53 GMT 2006


Author: jondaley
Date: 2006-05-04 11:04:53 +0000 (Thu, 04 May 2006)
New Revision: 3331

Modified:
   plog/trunk/wizard.php
Log:
whoops - closed it too early

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-04 11:00:24 UTC (rev 3330)
+++ plog/trunk/wizard.php	2006-05-04 11:04:53 UTC (rev 3331)
@@ -1334,8 +1334,6 @@
                     $errors = true;
                 }
 				else{
-                    $result->Close();
-                    
                     if ($result->RecordCount() == 0){
                             // try to guess the url where plog is running
                         $httpProtocol = (array_key_exists("HTTPS", $_SERVER) && $_SERVER["HTTPS"] == "on") ? "https://" : "http://";
@@ -1367,6 +1365,7 @@
                             $errors = true;
                         }
                     }
+                    $result->Close();
                 }
             }
 



More information about the pLog-svn mailing list