tbrehm
2011-11-21 edf806b98d675a2037b019644aff76b7e8b7738c
install/autoupdate.php
@@ -144,6 +144,11 @@
   die("internal error - MYSQL-Root passord not known");
}
//** Test mysql root connection
if(!@mysql_connect($conf["mysql"]["host"],$conf["mysql"]["admin_user"],$conf["mysql"]["admin_password"])) {
   die("internal error - MYSQL-Root passord wrong");
}
/*
 *  Check all tables
*/
@@ -156,7 +161,6 @@
//* initialize the database
$inst->db = new db();
$inst->db->dbName = $conf["mysql"]["database"];
/*
 * The next line is a bit tricky!