mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Add MS-SQL to installer :-)
This commit is contained in:
parent
ae8402fe38
commit
dcc6b7c483
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ function form_table($nextstage = WELCOME, $formaction = "install.php") {
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_left"><p><?php print_string('dbtype', 'install') ?></p></td>
|
<td class="td_left"><p><?php print_string('dbtype', 'install') ?></p></td>
|
||||||
<td class="td_right">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue