]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
authorskodak <skodak>
Sun, 15 Jun 2008 09:32:36 +0000 (09:32 +0000)
committerskodak <skodak>
Sun, 15 Jun 2008 09:32:36 +0000 (09:32 +0000)
install.php

index ce69050fa112bfabd177a817c53e023345e5507d..63c975e4439e84e0dcc8dedfb5d59dad50586200 100644 (file)
@@ -794,7 +794,7 @@ function form_table($nextstage, $formaction, $databases) {
                 <td colspan="2">
                 <?php
                     error_reporting(0);  // Hide errors
-                    $dbconnected = $DB->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