Go to the source code of this file.
|
| | $groups = is_object( $GLOBALS["xoopsUser"] ) ? $GLOBALS["xoopsUser"]->getGroups() : array( XOOPS_GROUP_ANONYMOUS ) |
| |
| | $imgcat_handler =& xoops_gethandler('imagecategory') |
| |
| if(count($imgcat_handler->getList($groups, 'imgcat_read', 1))==0) return | true |
| |
| $groups = is_object( $GLOBALS["xoopsUser"] ) ? $GLOBALS["xoopsUser"]->getGroups() : array( XOOPS_GROUP_ANONYMOUS ) |
| $imgcat_handler =& xoops_gethandler('imagecategory') |
| if (count($imgcat_handler->getList($groups, 'imgcat_read', 1))==0) return true |