From: skodak Date: Sat, 23 Oct 2004 19:21:30 +0000 (+0000) Subject: merged from 14_STABLE - fixed warning in Activity report/Outline X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c05d23b4b95bdc359469af206be5b5e0bca0ee7;p=moodle.git merged from 14_STABLE - fixed warning in Activity report/Outline --- diff --git a/mod/chat/lib.php b/mod/chat/lib.php index 73a290f8a4..e6ebbd72a9 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -141,6 +141,7 @@ function chat_user_outline($course, $user, $mod, $chat) { /// $return->time = the time they did it /// $return->info = a short text description + $return = NULL; return $return; } diff --git a/mod/wiki/lib.php b/mod/wiki/lib.php index 1a9931788a..bae402b198 100644 --- a/mod/wiki/lib.php +++ b/mod/wiki/lib.php @@ -169,6 +169,7 @@ function wiki_get_participants($wikiid) { //in the instance, independient of his role (student, teacher, admin...) //See other modules as example. + $return = NULL; return false; }