]> git.mjollnir.org Git - moodle.git/commitdiff
Forgot country display change
authormartin <martin>
Sun, 22 Sep 2002 16:17:11 +0000 (16:17 +0000)
committermartin <martin>
Sun, 22 Sep 2002 16:17:11 +0000 (16:17 +0000)
user/index.php

index 788fe1047f1919e27d31f33b4ffe2c887e6aba9e..6b7f2ca7714032467e01e2d5ecc597c66895fff4 100644 (file)
                 $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);