using fullname() on info page, fixing bug 1596
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
}
|
||||
echo "$teacher->role: ";
|
||||
link_to_popup_window ("/user/view.php?id=$teacher->id&course=$site->id", "opener",
|
||||
"$teacher->firstname $teacher->lastname", 400, 500, "$teacher->role",
|
||||
fullname($teacher), 400, 500, "$teacher->role",
|
||||
"");
|
||||
echo "<br />";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user