Skip to content

Commit

Permalink
merged from 14_STABLE - fixed warning in Activity report/Outline - oo…
Browse files Browse the repository at this point in the history
…ps, wrong line
  • Loading branch information
skodak committed Oct 24, 2004
1 parent e633cff commit 763692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function wiki_user_outline($course, $user, $mod, $wiki) {
/// $return->time = the time they did it
/// $return->info = a short text description

$return = NULL;
return $return;
}

Expand Down Expand Up @@ -169,7 +170,6 @@ function wiki_get_participants($wikiid) {
//in the instance, independient of his role (student, teacher, admin...)
//See other modules as example.

$return = NULL;
return false;
}

Expand Down

0 comments on commit 763692f

Please sign in to comment.