From: moodler Date: Thu, 21 Nov 2002 11:12:55 +0000 (+0000) Subject: Bug fix for dbtype menu X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ff671df29801329e19b26759586dd0c3653faaa;p=moodle.git Bug fix for dbtype menu --- 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, ""); ?>