]> git.mjollnir.org Git - moodle.git/commitdiff
added comment to see MDL-9609 for progress on resolving auto creation of MySQL database
authorarborrow <arborrow>
Mon, 24 Dec 2007 02:46:36 +0000 (02:46 +0000)
committerarborrow <arborrow>
Mon, 24 Dec 2007 02:46:36 +0000 (02:46 +0000)
install.php

index e36d68d2c07e4bb42b464787a6be1841c7098233..c6dae5a64822be7d0a3f916765700f4ae61d092c 100644 (file)
@@ -350,7 +350,7 @@ if ($INSTALL['stage'] == DATABASE) {
         if (! $dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'],$INSTALL['dbname'])) {
             /// The following doesn't seem to work but we're working on it
             /// If you come up with a solution for creating a database in MySQL
-            /// feel free to put it in and let us know
+            /// feel free to put it in and let us know - see MDL-9609
             if ($dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'])) {
                 switch ($INSTALL['dbtype']) {   /// Try to create a database
                     case 'mysql':