initialize array $auth_options SC #127; merged from MOODLE_15_STABLE

This commit is contained in:
skodak
2005-07-05 08:00:13 +00:00
parent ab25ce31cf
commit 4325e8604d
+1
View File
@@ -41,6 +41,7 @@ if (isadmin()) {
echo "</tr>\n";
$modules = get_list_of_plugins("auth");
$auth_options = array();
foreach ($modules as $module) {
$auth_options[$module] = get_string("auth_$module"."title", "auth");
}