From: defacer Date: Mon, 31 Jan 2005 01:00:21 +0000 (+0000) Subject: Removing tags. I didn't add any styles because there was no X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40d4f7362a59fc184d0f435214d2c4c91773053b;p=moodle.git Removing tags. I didn't add any styles because there was no visible difference in text size after the removal. --- diff --git a/user/index.php b/user/index.php index d2bab5fac8..a0f206c3bb 100644 --- a/user/index.php +++ b/user/index.php @@ -290,9 +290,9 @@ function print_user_table($users, $isteacher) { $table->data[] = array ($picture, "wwwroot/user/view.php?id=$user->id&course=$course->id\">$fullname", - "$user->city", - "$user->country", - "$lastaccess"); + $user->city, + $user->country, + $lastaccess); } print_table($table); }