Skip to content

Commit

Permalink
Merge pull request atutor#15 from xOZx/ISSUE-4948
Browse files Browse the repository at this point in the history
ISSUE-4948: Fixing an issue with groups being displayed in a forum
  • Loading branch information
cindyli committed Feb 14, 2012
2 parents 1b72d52 + a6da6d4 commit d103705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_standard/forums/lib/forums.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function get_forums($course) {
$result = mysql_query($sql, $db);

if (mysql_num_rows($result) > 0){
$groups = $group .',';
$groups .= $group .',';
}
}
if (isset($groups)) {
Expand Down

0 comments on commit d103705

Please sign in to comment.