From 7f871f939b3ef95960b338d5bbd257e94f604201 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 23 Feb 2007 00:35:20 +0000 Subject: [PATCH] Fix one small config name. --- admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/auth.php b/admin/auth.php index 19edb791a92..c30ed576eea 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") . '
';