From: skodak Date: Sun, 15 Jun 2008 09:32:36 +0000 (+0000) Subject: MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4a5164ba537b56b9f3156e458c0c242ddab6cfd3;p=moodle.git MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) --- diff --git a/install.php b/install.php index ce69050fa1..63c975e443 100644 --- a/install.php +++ b/install.php @@ -794,7 +794,7 @@ function form_table($nextstage, $formaction, $databases) { Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'],$INSTALL['dbname'], false, $INSTALL['prefix']); + $dbconnected = $DB->connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'],$INSTALL['dbname'], false, $INSTALL['prefix']); error_reporting(38911); // Show errors if ($dbconnected) { /// Execute environment check, printing results