From: martin Date: Sat, 21 Sep 2002 06:30:32 +0000 (+0000) Subject: Make more room in list X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25fa226dacdb5f2e9753964ba22f2afa9325e205;p=moodle.git Make more room in list --- diff --git a/user/index.php b/user/index.php index 2a0767f984..cf3527a7d0 100644 --- a/user/index.php +++ b/user/index.php @@ -82,8 +82,8 @@ $table->data[] = array (print_user_picture($student->id, $course->id, $student->picture, false, true), "wwwroot/user/view.php?id=$student->id&course=$course->id\">$student->firstname $student->lastname", - "$student->city, ".$COUNTRIES["$student->country"]."", - "$lastaccess"); + "$student->city, ".$COUNTRIES["$student->country"]."", + "$lastaccess"); } print_table($table, 2, 0); }