From dcc6b7c4834a99734f0dff3d36a148736229aaf4 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 29 Sep 2006 06:11:47 +0000 Subject: [PATCH] Add MS-SQL to installer :-) --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], '') ?> -- 2.39.5