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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Sep 5 16:38:01 GMT 2006


Author: oscar
Date: 2006-09-05 16:38:00 +0000 (Tue, 05 Sep 2006)
New Revision: 3940

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
the 'grey' and 'blueish' templates do not exist anymore


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-09-05 16:19:46 UTC (rev 3939)
+++ plog/trunk/install/defaultconfig.properties.php	2006-09-05 16:38:00 UTC (rev 3940)
@@ -27,7 +27,7 @@
 $Inserts['check_email_address_validity'] 					= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('check_email_address_validity','0',1);";
 $Inserts['summary_page_show_max'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_page_show_max','15',1);";
 $Inserts['minimum_password_length'] 						= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('minimum_password_length','4',1);";
-$Inserts['templates'] 										= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('templates','a:3:{i:0;s:7:\"blueish\";i:1;s:4:\"grey\";i:2;s:8:\"standard\";}',5);";
+$Inserts['templates'] 										= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('templates','a:1:{i:0;s:8:\"standard\";}',5);";
 $Inserts['locales'] 										= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('locales','a:0:{}',5)";
 $Inserts['email_service_type'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('email_service_type','php',3);";
 $Inserts['smtp_host'] 										= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_host','your.smtp.host.com',3);";



More information about the pLog-svn mailing list