mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-38309 fix whitespace issues
This commit is contained in:
parent
7e155b96fb
commit
3d7414b399
2 changed files with 2 additions and 2 deletions
|
@ -4596,8 +4596,8 @@ function convert_tree_to_html($tree, $row=0) {
|
|||
function convert_tabrows_to_tree($tabrows, $selected, $inactive, $activated) {
|
||||
|
||||
debugging('Function convert_tabrows_to_tree() is deprecated since Moodle 2.5. Consider using class tabtree', DEBUG_DEVELOPER);
|
||||
/// Work backwards through the rows (bottom to top) collecting the tree as we go.
|
||||
|
||||
// Work backwards through the rows (bottom to top) collecting the tree as we go.
|
||||
$tabrows = array_reverse($tabrows);
|
||||
|
||||
$subtree = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue