mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-51999 user: remove unnecessary continue
This commit is contained in:
parent
821ab27c19
commit
bb0ac1fdc2
@ -3142,9 +3142,6 @@ abstract class grade_helper {
|
||||
JOIN {user_info_category} c ON f.categoryid=c.id
|
||||
WHERE f.shortname $wherefields
|
||||
ORDER BY c.sortorder ASC, f.sortorder ASC", $whereparams);
|
||||
if (!is_array($customfields)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach ($customfields as $field) {
|
||||
// Make sure we can display this custom field
|
||||
|
Loading…
x
Reference in New Issue
Block a user