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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Aug 10 17:11:44 GMT 2006


Author: oscar
Date: 2006-08-10 17:11:43 +0000 (Thu, 10 Aug 2006)
New Revision: 3855

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
urlize_word_separator is now '-' by default


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-08-10 17:10:38 UTC (rev 3854)
+++ plog/trunk/install/defaultconfig.properties.php	2006-08-10 17:11:43 UTC (rev 3855)
@@ -117,7 +117,7 @@
 $Inserts['skip_dashboard'] 									= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('skip_dashboard', '0', 1);";
 $Inserts['use_captcha_auth'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_captcha_auth', '0', 1);";
 $Inserts['page_suffix_format'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('page_suffix_format', '/page/{page}', 3);";
-$Inserts['urlize_word_separator'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '_', 3);";
+$Inserts['urlize_word_separator'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '-', 3);";
 $Inserts['summary_template_cache_lifetime'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_template_cache_lifetime', '0', 1 );";
 $Inserts['http_cache_lifetime'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('http_cache_lifetime', '1800', 1 );";
 $Inserts['blog_does_not_exist_url'] 						= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";



More information about the pLog-svn mailing list