Return to the confirmation page...?

Re: Return to the confirmation page...?

by Joseph Rézeau -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Bob,

Actually, it seems that the events_trigger function is now deprecated (as from Moodle 2.6):

function events_trigger($eventname, $eventdata) {
    // TODO: uncomment after conversion of all events in standard distribution
    // debugging('events_trigger() is deprecated, please use new events instead', DEBUG_DEVELOPER);
    return events_trigger_legacy($eventname, $eventdata);
}

Joseph