[pLog-svn] r1801 - plog/branches/plog-1.0.1/config

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Apr 11 02:17:26 GMT 2005


Author: mark
Date: 2005-04-11 02:17:25 +0000 (Mon, 11 Apr 2005)
New Revision: 1801

Modified:
   plog/branches/plog-1.0.1/config/config.properties.php
Log:
Forgot to remove DB prefix.

Modified: plog/branches/plog-1.0.1/config/config.properties.php
===================================================================
--- plog/branches/plog-1.0.1/config/config.properties.php	2005-04-11 02:16:24 UTC (rev 1800)
+++ plog/branches/plog-1.0.1/config/config.properties.php	2005-04-11 02:17:25 UTC (rev 1801)
@@ -6,5 +6,5 @@
 $config["db_username"] = "";
 $config["db_password"] = "";
 $config["db_database"] = "";
-$config["db_prefix"] = "plog_";
+$config["db_prefix"] = "";
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list