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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Dec 25 14:30:43 GMT 2006


Author: oscar
Date: 2006-12-25 14:30:42 +0000 (Mon, 25 Dec 2006)
New Revision: 4434

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
added a new configuration setting: template_load_order


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-12-25 14:30:00 UTC (rev 4433)
+++ plog/trunk/install/defaultconfig.properties.php	2006-12-25 14:30:42 UTC (rev 4434)
@@ -125,4 +125,5 @@
 $Inserts['show_comments_max']                               = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_comments_max','20',1);";
 $Inserts['hard_show_comments_max']                          = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_comments_max','50',1);";
 $Inserts['upload_allowed_files']                            = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('upload_allowed_files','', 3);";
+$Inserts['template_load_order']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_load_order','2', 1);"; 
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list