Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / course / report / participation / mod.php
blob22146808d04ac75c10b85a63136e559e8e2f0e65
1 <?php // $Id$
3 if (!defined('MOODLE_INTERNAL')) {
4 die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
7 echo '<p>';
8 $participationreport = get_string('participationreport');
9 echo "<a href=\"{$CFG->wwwroot}/course/report/participation/index.php?id={$course->id}\">";
10 echo "$participationreport</a>\n";
11 echo '</p>';