Merge branch 'MDL-78012' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -3230,6 +3230,27 @@ function serialise_tool_proxy() {
|
||||
throw new coding_exception('serialise_tool_proxy has been removed.');
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Since Moodle 3.11.
|
||||
*/
|
||||
function badges_check_backpack_accessibility() {
|
||||
throw new coding_exception('badges_check_backpack_accessibility() can not be used any more, it was only used for OBv1.0');
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Since Moodle 3.11.
|
||||
*/
|
||||
function badges_setup_backpack_js() {
|
||||
throw new coding_exception('badges_setup_backpack_js() can not be used any more, it was only used for OBv1.0');
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Since Moodle 3.11.
|
||||
*/
|
||||
function badges_local_backpack_js() {
|
||||
throw new coding_exception('badges_local_backpack_js() can not be used any more, it was only used for OBv1.0');
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if current user is shown any extra fields when listing users.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user