function xmldb_assignfeedback_onenote_install()

in db/install.php [34:44]


function xmldb_assignfeedback_onenote_install() {
    global $CFG;

    require_once($CFG->dirroot . '/mod/assign/adminlib.php');

    // Set the correct initial order for the plugins.
    $pluginmanager = new assign_plugin_manager('assignfeedback');
    $pluginmanager->move_plugin('onenote', 'down');

    return true;
}