From: martin Date: Tue, 4 Jun 2002 06:29:36 +0000 (+0000) Subject: Added button to unenrol a user (course/unenrol.php) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c888501c021c7c7dcbb60da264a0c630c8acfed6;p=moodle.git Added button to unenrol a user (course/unenrol.php) --- diff --git a/user/view.php b/user/view.php index e908c15ea0..499e29336c 100644 --- a/user/view.php +++ b/user/view.php @@ -60,7 +60,6 @@ echo ""; - // Print the description if ($user->description) { @@ -68,7 +67,6 @@ } - // Print all the little details in a list echo "
"; +// Print other functions + echo "
"; + echo ""; + echo "

"; + echo "id\">"; + echo "shortname\">"; + echo "

\n"; + print_footer($course); /// Functions ///////