From: fiedorow Date: Thu, 16 Sep 2004 01:50:41 +0000 (+0000) Subject: With authentication defined on per user basis, all user administration methods should... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=16da26a6666027b6c5f6635dbe53904d8b39e258;p=moodle.git With authentication defined on per user basis, all user administration methods should be available, regardless whether the default site method is internal or external --- diff --git a/admin/user.php b/admin/user.php index c926b5f4c1..0f00da7623 100644 --- a/admin/user.php +++ b/admin/user.php @@ -332,9 +332,8 @@ } echo ""; echo ""; - if (is_internal_auth()){ - print_heading("".get_string("addnewuser").""); - } + print_heading("".get_string("addnewuser").""); + print_table($table); @@ -344,9 +343,8 @@ } - if (is_internal_auth()){ - print_heading("".get_string("addnewuser").""); - } + print_heading("".get_string("addnewuser").""); + print_footer(); }