And will force a reload of $USER->access for logged-in users that need
to read _this_ context. Much lower impact - still not a great idea to
edit assignments/caps on very busy courses, but impact should be low.
}
}
}
+ // force accessinfo refresh for users visiting this context...
+ mark_context_dirty($context->path);
} else if ($remove and !empty($frm->removeselect) and confirm_sesskey()) {
}
}
}
+ // force accessinfo refresh for users visiting this context...
+ mark_context_dirty($context->path);
} else if ($showall) {
$searchtext = '';
}
}
}
+
+ // force accessinfo refresh for users visiting this context...
+ mark_context_dirty($context->path);
+
redirect($baseurl);
}