using fullname() on info page, fixing bug 1596

This commit is contained in:
gustav_delius 2004-06-29 21:44:24 +00:00
parent be0bdec88c
commit 59b7ad8aaa

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 />";
}