From: martin <martin> Date: Sun, 22 Sep 2002 16:17:11 +0000 (+0000) Subject: Forgot country display change X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a58977a2a01c9abba301b90223a817e29b91f6a2;p=moodle.git Forgot country display change --- diff --git a/user/index.php b/user/index.php index 788fe1047f..6b7f2ca771 100644 --- a/user/index.php +++ b/user/index.php @@ -115,7 +115,7 @@ $table->data[] = array ($picture, "<B><A HREF=\"$CFG->wwwroot/user/view.php?id=$student->id&course=$course->id\">$student->firstname $student->lastname</A></B>", "<FONT SIZE=2>$student->city</FONT>", - "<FONT SIZE=2>".$COUNTRIES["$student->country"]."</FONT>", + "<FONT SIZE=2>$student->country</FONT>", "<FONT SIZE=2>$lastaccess</FONT>"); } print_table($table);