From c888501c021c7c7dcbb60da264a0c630c8acfed6 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 4 Jun 2002 06:29:36 +0000 Subject: [PATCH] Added button to unenrol a user (course/unenrol.php) --- user/view.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 /////// -- 2.39.5