From 5c05d23b4b95bdc359469af206be5b5e0bca0ee7 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 23 Oct 2004 19:21:30 +0000 Subject: [PATCH] merged from 14_STABLE - fixed warning in Activity report/Outline --- mod/chat/lib.php | 1 + mod/wiki/lib.php | 1 + 2 files changed, 2 insertions(+) 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; } -- 2.39.5