[pLog-svn] r2300 - plog/branches/plog-1.0.2

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Jul 12 17:33:25 GMT 2005


Author: jondaley
Date: 2005-07-12 17:33:24 +0000 (Tue, 12 Jul 2005)
New Revision: 2300

Modified:
   plog/branches/plog-1.0.2/wizard.php
Log:
forgot to add a default entry for session_save_path

Modified: plog/branches/plog-1.0.2/wizard.php
===================================================================
--- plog/branches/plog-1.0.2/wizard.php	2005-07-12 11:37:47 UTC (rev 2299)
+++ plog/branches/plog-1.0.2/wizard.php	2005-07-12 17:33:24 UTC (rev 2300)
@@ -648,7 +648,8 @@
 $Inserts[110] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('allow_php_code_in_templates', '0', 1);";
 $Inserts[111] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
 $Inserts[112] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('template_cache_lifetime', '-1', 3);";
-$Inserts[113] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('use_http_accept_language_detection', '0', 1);";
+$Inserts[113] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('use_http_accept_language_detection', '0', 1);";
+$Inserts[114] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('session_save_path', '', 3);";
 
     /**
      * Open a connection to the database




More information about the pLog-svn mailing list