[pLog-svn] r3799 - plog/trunk/config

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Jul 25 16:32:02 GMT 2006


Author: mark
Date: 2006-07-25 16:32:02 +0000 (Tue, 25 Jul 2006)
New Revision: 3799

Modified:
   plog/trunk/config/config.properties.php
Log:
Revert Jon's 3768 changes. It will break installation wizard.

If we want to use single quote, we need to change the confgifilestorage.class.php, too.

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2006-07-25 15:39:37 UTC (rev 3798)
+++ plog/trunk/config/config.properties.php	2006-07-25 16:32:02 UTC (rev 3799)
@@ -26,11 +26,11 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config["db_host"] = '';
-$config["db_username"] = '';
-$config["db_password"] = '';
-$config["db_database"] = '';
-$config["db_prefix"] = '';
-$config["db_character_set"] = 'default';
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
+$config["db_prefix"] = "";
+$config["db_character_set"] = "default";
 $config["db_persistent"] = true;
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list