Home
last modified time | relevance | path

Searched refs:_any_child_perms (Results 1 – 1 of 1) sorted by relevance

/plugin/catlist/
H A Dsyntax.php517 /* Just cache the calls to auth_quickaclcheck, mainly for _any_child_perms */
526 function _any_child_perms ($data, $_TREE) {
530 if ($perms >= AUTH_READ || $this->_any_child_perms($data, $item['_']))
550 if ($data['show_leading_ns'] && $this->_any_child_perms($data, $item['_'])) {
524 function _any_child_perms ($data, $_TREE) { global() function in syntax_plugin_catlist