Merge branch 'MDL-45010-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
This commit is contained in:
+2
-2
@@ -323,7 +323,7 @@ function chat_print_recent_activity($course, $viewfullnames, $timestart) {
|
||||
$strftimerecent = get_string('strftimerecent');
|
||||
|
||||
if ($past) {
|
||||
echo $OUTPUT->heading(get_string("pastchats", 'chat').':');
|
||||
echo $OUTPUT->heading(get_string("pastchats", 'chat').':', 3);
|
||||
|
||||
foreach ($past as $cm) {
|
||||
$link = $CFG->wwwroot.'/mod/chat/view.php?id='.$cm->id;
|
||||
@@ -334,7 +334,7 @@ function chat_print_recent_activity($course, $viewfullnames, $timestart) {
|
||||
}
|
||||
|
||||
if ($current) {
|
||||
echo $OUTPUT->heading(get_string("currentchats", 'chat').':');
|
||||
echo $OUTPUT->heading(get_string("currentchats", 'chat').':', 3);
|
||||
|
||||
$oldest = floor((time()-$CFG->chat_old_ping)/10)*10; // better db caching
|
||||
|
||||
|
||||
Reference in New Issue
Block a user