From: martin Date: Thu, 7 Mar 2002 06:18:52 +0000 (+0000) Subject: Added location on the user overview X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=88906ff098f6ae0fdcdd367b90c9bdd283a9c4cc;p=moodle.git Added location on the user overview --- diff --git a/user/index.php b/user/index.php index 23df5e52e0..20201aac1b 100644 --- a/user/index.php +++ b/user/index.php @@ -69,6 +69,7 @@ function print_user($user, $course, $teacherlinks) { echo ""; echo "$user->firstname $user->lastname"; echo "

Email: email\">$user->email
"; + echo "Location: $user->city, $user->country
"; echo "Last access: ".userdate($user->lastaccess); echo "  (".format_time(time() - $user->lastaccess).")"; echo "";