From 4a5164ba537b56b9f3156e458c0c242ddab6cfd3 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 15 Jun 2008 09:32:36 +0000 Subject: [PATCH] MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5