From 7ff671df29801329e19b26759586dd0c3653faaa Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 21 Nov 2002 11:12:55 +0000 Subject: [PATCH] Bug fix for dbtype menu --- auth/db/config.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/auth/db/config.html b/auth/db/config.html index 56b53bd1cd..efe04cd93a 100644 --- a/auth/db/config.html +++ b/auth/db/config.html @@ -13,7 +13,10 @@

auth_dbtype: auth_dbtype, ""); + foreach ($dbtypes as $dbtype) { + $dboptions[$dbtype] = $dbtype; + } + choose_from_menu($dboptions, "auth_dbtype", $config->auth_dbtype, ""); ?> -- 2.39.5