using fullname() on info page, fixing bug 1596

This commit is contained in:
gustav_delius
2004-06-29 21:46:32 +00:00
parent 4997042474
commit 49fe4f99e1
+1 -1
View File
@@ -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 />";
}