NOBUG: Added a little notice about the new interface coming soon
This commit is contained in:
@@ -278,6 +278,8 @@ echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('enrolledusers', 'enrol'));
|
||||
$PAGE->set_title(get_string('enrolledusers', 'enrol'));
|
||||
|
||||
notify('NOTICE TO TESTERS: This interface will shortly be replaced with a new one.'); // TODO FIXME REMOVE THIS
|
||||
|
||||
if ($ifilter) {
|
||||
$instancessql = " = :ifilter";
|
||||
$params = array('ifilter'=>$ifilter);
|
||||
|
||||
Reference in New Issue
Block a user