[pLog-svn] r533 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Dec 18 23:20:14 GMT 2004


Author: oscar
Date: 2004-12-18 23:20:14 +0000 (Sat, 18 Dec 2004)
New Revision: 533

Modified:
   plog/trunk/wizard.php
Log:
added the 'standard' style and removed the 'lemons' style


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2004-12-18 22:52:01 UTC (rev 532)
+++ plog/trunk/wizard.php	2004-12-18 23:20:14 UTC (rev 533)
@@ -445,7 +445,7 @@
 $Inserts[23] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('check_email_address_validity','0',1);";
 $Inserts[24] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_page_show_max','15',1);";
 $Inserts[25] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('minimum_password_length','4',1);";
-$Inserts[26] = "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:6:\"lemons\";}',5);";
+$Inserts[26] = "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[27] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('locales','a:8:{i:0;s:5:\"en_UK\";i:1;s:5:\"es_ES\";i:2;s:5:\"ja_JP\";i:3;s:5:\"nl_BE\";i:4;s:5:\"zh_CN\";i:5;s:5:\"zh_TW\";i:6;s:5:\"ca_ES\";i:7;s:5:\"fr_FR\";}',5)";
 $Inserts[28] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('email_service_type','php',3);";
 $Inserts[29] = "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