From 7fb2c1bbd0a24a39b0c3f56cf5bcd81661d17d30 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 23 Feb 2007 00:36:17 +0000 Subject: [PATCH] Fix one small config name. Merged from MOODLE_18_STABLE --- admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/auth.php b/admin/auth.php index 19edb791a9..c30ed576ee 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -263,7 +263,7 @@ echo '
'; // User self registration echo '
'; echo ''; choose_from_menu($registrationauths, "register", $CFG->registerauth, ""); echo '
' . get_string("selfregistration_help", "auth") . '
'; -- 2.39.5