Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
using fullname() on info page, fixing bug 1596
  • Loading branch information
gustav_delius committed Jun 29, 2004
1 parent 4997042 commit 49fe4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/info.php
Expand Up @@ -59,7 +59,7 @@
} }
echo "$teacher->role: "; echo "$teacher->role: ";
link_to_popup_window ("/user/view.php?id=$teacher->id&course=$site->id", "opener", 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 />"; echo "<br />";
} }
Expand Down

0 comments on commit 49fe4f9

Please sign in to comment.