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

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 7 02:39:45 EDT 2007


Author: mark
Date: 2007-06-07 02:39:45 -0400 (Thu, 07 Jun 2007)
New Revision: 5506

Modified:
   plog/trunk/config/config.properties.php
Log:
The db_prefix should be remove,too.

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2007-06-07 06:32:43 UTC (rev 5505)
+++ plog/trunk/config/config.properties.php	2007-06-07 06:39:45 UTC (rev 5506)
@@ -26,7 +26,6 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config['db_driver'] = 'mysql';
 $config['db_host'] = '';
 $config['db_username'] = '';
 $config['db_password'] = '';
@@ -41,5 +40,5 @@
 # coexist in the same unique database. If you change this after the initial configuration done
 # with the installation wizard, please make sure that you also rename the tables.
 #
-$config['db_prefix'] = 'lt_';
+$config['db_prefix'] = '';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list