[pLog-svn] r3718 - plog/trunk/install

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jul 10 19:26:33 GMT 2006


Author: mark
Date: 2006-07-10 19:26:33 +0000 (Mon, 10 Jul 2006)
New Revision: 3718

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
Fixed a wrong parameter.

Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-07-10 15:16:22 UTC (rev 3717)
+++ plog/trunk/install/defaultconfig.properties.php	2006-07-10 19:26:33 UTC (rev 3718)
@@ -89,7 +89,7 @@
 $Inserts['resource_download_link_format'] 					= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_download_link_format', '/blog/{blogname}/resource/{albumname}/download/{resourcename}$', 3);";
 $Inserts['permalink_format'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('permalink_format', '/blog/{blogname}/{catname}/{year}/{month}/{day}/{postname}$', 3);";
 $Inserts['script_name'] 									= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('script_name', 'index.php', 3);";
-$Inserts['resource_server_use_http_caching'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_server_use_http_caching', '1', 1);";
+$Inserts['resource_server_http_cache_enabled'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_server_http_cache_enabled', '1', 1);";
 $Inserts['medium_size_thumbnail_width'] 					= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_width', '640', 1);";
 $Inserts['medium_size_thumbnail_height'] 					= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_height', '480', 1);";
 $Inserts['subdomains_enabled'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_enabled', '0', 1);";



More information about the pLog-svn mailing list