tmp
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 21 Feb 2010 12:14:24 +0000 (13:14 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 21 Feb 2010 12:14:24 +0000 (13:14 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/account/copy_tables.php

index 027b3e7..7749f8f 100755 (executable)
 
 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 . '