return $this->content;
}
+ $this->content = New stdClass;
+ $this->content->text = '';
+ $this->content->footer = '';
+
if (empty($this->course)) {
- $this->content = '';
return $this->content;
}
- $this->content = New object;
- $this->content->text = '';
- $this->content->footer = '';
-
$timetoshowusers = 300; //Seconds default
if (isset($CFG->block_online_users_timetosee)) {
$timetoshowusers = $CFG->block_online_users_timetosee * 60;