Merge branch '45457-27' of git://github.com/samhemelryk/moodle
This commit is contained in:
@@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* This is intended for reports, use get_log_manager() to get
|
||||
* the configured instance.
|
||||
*
|
||||
* @package core\log
|
||||
* @package core
|
||||
*/
|
||||
interface manager {
|
||||
/**
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/**
|
||||
* This file contains functions used by the participation reports
|
||||
*
|
||||
* @package Report_participation
|
||||
* @package report_participation
|
||||
* @copyright 2014 Rajesh Taneja <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -231,4 +231,4 @@ function report_participation_print_filter_form($course, $timefrom, $minlog, $ac
|
||||
echo '<label for="menuaction">'.get_string('showactions').'</label>'."\n";
|
||||
echo html_writer::select($actionoptions,'action',$action,false);
|
||||
echo '<input type="submit" value="'.get_string('go').'" />'."\n</div></form>\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user