projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5c05f
)
Better formatting on IE
author
moodler
<moodler>
Mon, 21 Jul 2003 05:31:23 +0000
(
05:31
+0000)
committer
moodler
<moodler>
Mon, 21 Jul 2003 05:31:23 +0000
(
05:31
+0000)
mod/chat/report.php
patch
|
blob
|
history
diff --git
a/mod/chat/report.php
b/mod/chat/report.php
index 27f5c689b21f2fc4e517a6c9e2f7c117fb2f74ea..11fce4e38eb24441fe605a0f2a90faef9533c550 100644
(file)
--- a/
mod/chat/report.php
+++ b/
mod/chat/report.php
@@
-123,7
+123,7
@@
if ($user = get_record("user", "id", $sessionuser)) {
print_user_picture($user->id, $course->id, $user->picture);
echo " $user->firstname $user->lastname";
- echo " ($usermessagecount)
<br />";
+ echo " ($usermessagecount)<br />";
}
}