From e9d3eca323e1c6764f69a53bdc2dbf60927938f0 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 13 May 2003 16:37:34 +0000 Subject: [PATCH] Re-order list for consistency --- admin/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/register.php b/admin/register.php index ef24b5a486..ffa882f256 100644 --- a/admin/register.php +++ b/admin/register.php @@ -103,8 +103,8 @@ echo ""; echo "

".get_string("registrationemail").":"; echo "

"; - $options[1] = get_string("registrationyes"); $options[0] = get_string("registrationno"); + $options[1] = get_string("registrationyes"); choose_from_menu ($options, "mailme", "1", "", "", ""); unset($options); echo ""; -- 2.39.5