]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 14_STABLE - fixed warning in Activity report/Outline
authorskodak <skodak>
Sat, 23 Oct 2004 19:21:30 +0000 (19:21 +0000)
committerskodak <skodak>
Sat, 23 Oct 2004 19:21:30 +0000 (19:21 +0000)
mod/chat/lib.php
mod/wiki/lib.php

index 73a290f8a45df20e6e36694f763462239b3b3049..e6ebbd72a9bc0ebf9bd14b95ae51ea2acd8fbbe7 100644 (file)
@@ -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;
 }
 
index 1a9931788ae61485759e09d08f093fe0c6402f16..bae402b1982c5c16e025eda1a01076a72adf93e9 100644 (file)
@@ -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;
 }