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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jul 22 17:32:06 GMT 2006


Author: jondaley
Date: 2006-07-22 17:32:05 +0000 (Sat, 22 Jul 2006)
New Revision: 3768

Modified:
   plog/trunk/config/config.properties.php
Log:
fixed http://bugs.lifetype.net/view.php?id=827 where a dollar sign was not being recorded properly

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2006-07-22 04:30:05 UTC (rev 3767)
+++ plog/trunk/config/config.properties.php	2006-07-22 17:32:05 UTC (rev 3768)
@@ -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