[pLog-svn] r5590 - plog/branches/lifetype-1.2/install

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 28 03:59:48 EDT 2007


Author: mark
Date: 2007-06-28 03:59:47 -0400 (Thu, 28 Jun 2007)
New Revision: 5590

Modified:
   plog/branches/lifetype-1.2/install/defaultconfig.properties.php
Log:
Weird, the default urlized word separator should be "_" not "-".

Modified: plog/branches/lifetype-1.2/install/defaultconfig.properties.php
===================================================================
--- plog/branches/lifetype-1.2/install/defaultconfig.properties.php	2007-06-28 02:44:57 UTC (rev 5589)
+++ plog/branches/lifetype-1.2/install/defaultconfig.properties.php	2007-06-28 07:59:47 UTC (rev 5590)
@@ -115,7 +115,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