Show current user image on editing page ...

Bit of a hack ... not sure about the location .
This commit is contained in:
moodler
2003-11-21 07:06:17 +00:00
parent cc41c129c8
commit 46fd234634
+3 -1
View File
@@ -171,7 +171,9 @@ if (isadmin()) {
</td>
</tr>
<tr>
<td colspan=2><br /><b><?php print_string("followingoptional") ?>:</b></td>
<td colspan=2><br /><b><?php print_string("followingoptional") ?>:</b>&nbsp;&nbsp;&nbsp;
<?php print_user_picture($user->id, $course->id, $user->picture, false, false, false); ?>
</td>
</tr>