1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Remove debugging db.

This commit is contained in:
CaMer0n
2009-11-14 00:58:35 +00:00
parent 66cdfebf5a
commit f2b9ff2db6

View File

@@ -9,8 +9,8 @@
* Administration - Database Utilities * Administration - Database Utilities
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
* $Revision: 1.40 $ * $Revision: 1.41 $
* $Date: 2009-11-14 00:56:57 $ * $Date: 2009-11-14 00:58:35 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -214,7 +214,7 @@ class system_tools
$frm = e107::getForm(); $frm = e107::getForm();
//TODO a function to call the e107_config information in e107_class.php. //TODO a function to call the e107_config information in e107_class.php.
require_once(e_BASE."e107_config.php"); require(e_BASE."e107_config.php");
$dbtable = $mySQLdefaultdb; $dbtable = $mySQLdefaultdb;
//TODO LAN //TODO LAN
@@ -243,7 +243,7 @@ class system_tools
private function perform_utf8_convert() private function perform_utf8_convert()
{ {
require_once(e_BASE."e107_config.php"); require(e_BASE."e107_config.php");
$dbtable = $mySQLdefaultdb; $dbtable = $mySQLdefaultdb;