From: skodak Date: Sun, 24 Oct 2004 21:08:06 +0000 (+0000) Subject: merged from 14_STABLE - fixed warning in Activity report/Outline - oops, wrong line X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=763692fd555cbbba8515c356f820ea0fa0915259;p=moodle.git merged from 14_STABLE - fixed warning in Activity report/Outline - oops, wrong line --- diff --git a/mod/wiki/lib.php b/mod/wiki/lib.php index bae402b198..3db2643d47 100644 --- a/mod/wiki/lib.php +++ b/mod/wiki/lib.php @@ -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; } @@ -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; }