mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Removed $printfunction variable, which seems completely unused anyway (and isn't
a parameter for the function anyway)
This commit is contained in:
parent
5d3715d492
commit
814f88c093
@ -1253,7 +1253,7 @@ function print_whole_category_list($category=NULL, $displaylist=NULL, $parentsli
|
||||
$down = $last ? false : true;
|
||||
$first = false;
|
||||
|
||||
print_whole_category_list($cat, $displaylist, $parentslist, $depth + 1, $printfunction);
|
||||
print_whole_category_list($cat, $displaylist, $parentslist, $depth + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user