This commit is contained in:
Andrew Nicols
2023-05-25 12:02:55 +08:00
4 changed files with 29 additions and 86 deletions
+21
View File
@@ -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.
*