From: moodler Date: Fri, 29 Sep 2006 06:11:47 +0000 (+0000) Subject: Add MS-SQL to installer :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dcc6b7c4834a99734f0dff3d36a148736229aaf4;p=moodle.git Add MS-SQL to installer :-) --- diff --git a/install.php b/install.php index 3c1c4a5108..64f74d0254 100644 --- a/install.php +++ b/install.php @@ -740,7 +740,7 @@ function form_table($nextstage = WELCOME, $formaction = "install.php") {

- "mysql", "postgres7" => "postgres7"), 'dbtype', $INSTALL['dbtype'], '') ?> + "mysql", "postgres7" => "postgres7", 'mssql' => 'mssql'), 'dbtype', $INSTALL['dbtype'], '') ?>