merged from 14_STABLE - fixed warning in Activity report/Outline

This commit is contained in:
skodak 2004-10-23 19:21:30 +00:00
parent b56681b0a3
commit 5c05d23b4b
2 changed files with 2 additions and 0 deletions

View 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;
}

View 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;
}