[pLog-svn] r2537 - plog/branches/plog-1.0.2

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Oct 31 01:37:52 GMT 2005


Author: jondaley
Date: 2005-10-31 01:37:51 +0000 (Mon, 31 Oct 2005)
New Revision: 2537

Modified:
   plog/branches/plog-1.0.2/wizard.php
Log:
we only have 115 keys - I guess no one has updated from 0.3.2 in a long time

Modified: plog/branches/plog-1.0.2/wizard.php
===================================================================
--- plog/branches/plog-1.0.2/wizard.php	2005-10-27 22:12:22 UTC (rev 2536)
+++ plog/branches/plog-1.0.2/wizard.php	2005-10-31 01:37:51 UTC (rev 2537)
@@ -1441,7 +1441,7 @@
             // ---
             // add the new configuration settings that were added for 1.0
             // ---
-            $newSettings = range( 71, 116 );
+            $newSettings = range( 71, 115 );
             foreach( $newSettings as $settingId ) {
                 $setting = $Inserts[$settingId];
                 $query = str_replace( "{dbprefix}", $this->_dbPrefix, $setting );




More information about the pLog-svn mailing list