]> git.mjollnir.org Git - moodle.git/commitdiff
Add MS-SQL to installer :-)
authormoodler <moodler>
Fri, 29 Sep 2006 06:11:47 +0000 (06:11 +0000)
committermoodler <moodler>
Fri, 29 Sep 2006 06:11:47 +0000 (06:11 +0000)
install.php

index 3c1c4a51082e17848bd7fe323923065e57b74933..64f74d02541a146cf9f430df1c03b912d9c1f573 100644 (file)
@@ -740,7 +740,7 @@ function form_table($nextstage = WELCOME, $formaction = "install.php") {
             <tr>
                 <td class="td_left"><p><?php print_string('dbtype', 'install') ?></p></td>
                 <td class="td_right">
-                <?php choose_from_menu (array("mysql" => "mysql", "postgres7" => "postgres7"), 'dbtype', $INSTALL['dbtype'], '') ?>
+                <?php choose_from_menu (array("mysql" => "mysql", "postgres7" => "postgres7", 'mssql' => 'mssql'), 'dbtype', $INSTALL['dbtype'], '') ?>
                 </td>
             </tr>
             <tr>