From 425b4f1abed03015048ac2b0dccbbb2e9ecc1849 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 12 Feb 2005 15:56:03 +0000 Subject: [PATCH] Err, fixed a typo --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 3b7e5ad26a8..fdc651295ba 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1733,7 +1733,7 @@ function forum_print_discussion_header(&$post, $forum, $group=-1, $datestring="" echo "\n"; // Group picture - if ($group !== '-1') { // Groups are active - group is a group data object or NULL + if ($group !== -1) { // Groups are active - group is a group data object or NULL echo ""; if (!empty($group->picture)) { print_group_picture($group, $forum->course, false, false, true);