From 763692fd555cbbba8515c356f820ea0fa0915259 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 24 Oct 2004 21:08:06 +0000 Subject: [PATCH] merged from 14_STABLE - fixed warning in Activity report/Outline - oops, wrong line --- mod/wiki/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5