/**
* Enrolment manage page
*/
class admin_enrolment_page extends admin_externalpage {
public function admin_enrolment_page() {
global $CFG;
parent::admin_externalpage('enrolment', get_string('enrolments'),
$CFG->wwwroot . '/'.$CFG->admin.'/enrol.php');
}
That will break on PHP4. We haven't gone to PHP5 for 1.9 have we?
Description
In lib/adminlib.php
this (at line 3517ish)...
/**
* Enrolment manage page
*/
class admin_enrolment_page extends admin_externalpage {
public function admin_enrolment_page() {
global $CFG;
parent::admin_externalpage('enrolment', get_string('enrolments'),
$CFG->wwwroot . '/'.$CFG->admin.'/enrol.php');
}
That will break on PHP4. We haven't gone to PHP5 for 1.9 have we?
I've moved the MOODLE_19_WEEKLY tag to Revision 1.153.2.51 for that file in order to be able to get it from normal cvs update -dPr MOODLE_19_WEEKLY commands.
Eloy Lafuente (stronk7) added a comment - 31/Jul/08 06:37 PM I've moved the MOODLE_19_WEEKLY tag to Revision 1.153.2.51 for that file in order to be able to get it from normal cvs update -dPr MOODLE_19_WEEKLY commands.
Ciao
All content on this web site is made available under the GNU General Public License, unless otherwise stated.
http://moodle.org/mod/forum/discuss.php?d=102377