mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Add MS-SQL to installer :-)
This commit is contained in:
parent
ae8402fe38
commit
dcc6b7c483
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user