-
Task
-
Resolution: Fixed
-
Minor
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_31_STABLE
-
MDL-50269_master -
Easy
-
Properly deprecate notify()
notify()
backup/cc/cc2moodle.php: notify('The course is empty');
|
|
backup/cc/entities.class.php: notify('WARNING: Cannot copy the file ' . $source . ' to ' . $destination);
|
|
backup/cc/restore_cc.php: notify(get_string('cc_import_req_php5', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc_import_req_dom', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc_import_req_libxml', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc_import_req_libxmlminversion', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc_import_req_xsl', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc2moodle_req_auth', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc2moodle_invalid_schema', 'imscc'));
|
|
backup/cc/restore_cc.php: notify(get_string('cc2moodle_manifest_dont_load', 'imscc'));
|
|
question/engine/upgrade/upgradelib.php: notify("Question sessions for questions " .
|