Merge branch 'MDL-42464-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Dan Poltawski 2013-11-04 22:31:55 +08:00
commit efe938fca5

View File

@ -283,7 +283,7 @@
if (!$show_all and $complete_sessions == 0) {
echo html_writer::start_tag('p');
echo get_string('no_complete_sessions_found', 'chat') . ' ';
echo html_writer::link('report.php?id='.$cm->id.'&show_all=1', get_string('list_all_sessions', 'chat'));
echo html_writer::link('report.php?id='.$cm->id.'&show_all=1', get_string('list_all_sessions', 'chat'));
echo html_writer::end_tag('p');
}