mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
NOBUG: Added a little notice about the new interface coming soon
This commit is contained in:
parent
9fcec30dcc
commit
3bd9a7fe59
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ echo $OUTPUT->header();
|
||||||
echo $OUTPUT->heading(get_string('enrolledusers', 'enrol'));
|
echo $OUTPUT->heading(get_string('enrolledusers', 'enrol'));
|
||||||
$PAGE->set_title(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) {
|
if ($ifilter) {
|
||||||
$instancessql = " = :ifilter";
|
$instancessql = " = :ifilter";
|
||||||
$params = array('ifilter'=>$ifilter);
|
$params = array('ifilter'=>$ifilter);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue