From 3bd575596bb943aef349693d4a602c346f3f862a Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 21 Feb 2010 13:14:24 +0100 Subject: [PATCH] tmp Signed-off-by: Florent Bruneau --- upgrade/account/copy_tables.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/upgrade/account/copy_tables.php b/upgrade/account/copy_tables.php index 027b3e7..7749f8f 100755 --- a/upgrade/account/copy_tables.php +++ b/upgrade/account/copy_tables.php @@ -22,10 +22,6 @@ require('./connect.db.inc.php'); -$globals->dbuser = 'admin'; -$globals->dbpwd = 'lknjiuhb'; -$globals->debug = 1; - function copyTable($source, $target, $convertToInnoDB = true) { XDB::execute('CREATE TABLE ' . $target . ' -- 2.1.4