[pLog-svn] r1467 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Mar 13 17:15:05 GMT 2005


Author: oscar
Date: 2005-03-13 17:15:04 +0000 (Sun, 13 Mar 2005)
New Revision: 1467

Modified:
   plog/trunk/wizard.php
Log:
added one missing config setting

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-03-13 17:14:41 UTC (rev 1466)
+++ plog/trunk/wizard.php	2005-03-13 17:15:04 UTC (rev 1467)
@@ -639,6 +639,7 @@
 $Inserts[108] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_compile_check', '1', 1);";
 $Inserts[109] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('update_cached_article_reads', '1', 1);";
 $Inserts[110] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('allow_php_code_in_templates', '0', 1);";
+$Inserts[111] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
 
 
 	/**
@@ -1410,7 +1411,7 @@
             // ---
             // add the new configuration settings that were added for 1.0
             // ---
-            $newSettings = range( 71, 110 );
+            $newSettings = range( 71, 111 );
             foreach( $newSettings as $settingId ) {
                 $setting = $Inserts[$settingId];
                 $query = str_replace( "{dbprefix}", $this->_dbPrefix, $setting );




More information about the pLog-svn mailing list