XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
xoopsimagemanager.php
Go to the documentation of this file.
1
<?php
2
15
// check categories readability by group
16
$groups
= is_object(
$GLOBALS
[
"xoopsUser"
] ) ?
$GLOBALS
[
"xoopsUser"
]->getGroups() : array( XOOPS_GROUP_ANONYMOUS );
17
$imgcat_handler
=& xoops_gethandler(
'imagecategory'
);
18
if
( count(
$imgcat_handler
->getList(
$groups
,
'imgcat_read'
, 1)) == 0 ) {
19
return
false
;
20
}
21
return
true
;
22
?>
$imgcat_handler
$imgcat_handler
Definition:
xoopsimagemanager.php:17
$groups
$groups
Definition:
xoopsimagemanager.php:16
$GLOBALS
$GLOBALS['xoops']
Definition:
common.php:33
usr64
htdocs
class
xoopseditor
tinymce4
include
xoopsimagemanager.php
Generated on Fri May 22 2015 03:07:01 for XOOPS by
1.8.9.1