1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 16:20:13 +02:00

PHPDoc fixes and code optimization.

This commit is contained in:
Cameron
2021-12-03 14:58:33 -08:00
parent aff6daf590
commit 0d8f3e9086
73 changed files with 241 additions and 210 deletions

View File

@@ -556,7 +556,8 @@ class links_model_admin_tree extends e_admin_tree_model
* @param $parent_id
* @param $search
* @param $src
* @param $level
* @param int $level
* @param bool $modified
* @return void
*/
function _tree_order($parent_id, $search, &$src, $level = 0, $modified = false)