Implemented more fullname() calls

This commit is contained in:
moodler
2003-11-28 10:31:06 +00:00
parent 939f26a96c
commit 2f15e48cf6
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
echo "<tr valign=top>\n";
echo "<td align=right><p>".get_string("administrator").":</td>\n";
echo "<td><p><input size=50 type=\"text\" name=\"adminname\" value=\"$admin->firstname $admin->lastname\"></td>\n";
echo "<td><p><input size=50 type=\"text\" name=\"adminname\" value=\"".fullname($admin, true)."\"></td>\n";
echo "</tr>\n";
echo "<tr valign=top>\n";