mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-56835 report_participation: initialise action variables
This commit is contained in:
parent
5a9e1bc18e
commit
2604998150
@ -98,8 +98,8 @@ function report_participation_get_time_options($minlog) {
|
||||
function report_participation_get_action_sql($action, $modname) {
|
||||
global $CFG, $DB;
|
||||
|
||||
$crudsql = '';
|
||||
$crudparams = array();
|
||||
$actionsql = '';
|
||||
$actionparams = array();
|
||||
|
||||
$viewnames = array();
|
||||
$postnames = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user