XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
groupperm.php File Reference

Go to the source code of this file.

Variables

if(is_array($_POST['perms'])&&!empty($_POST['perms'])) $backlink = xoops_getenv("HTTP_REFERER")
 
 $group_list = $member_handler->getGroupList()
 
 $member_handler =& xoops_gethandler('member')
 
 $modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0
 
 $module =& $module_handler->get($modid)
 
if($modid<=1||!is_object($xoopsUser)||!$xoopsUser->
isAdmin($modid)) 
$module_handler =& xoops_gethandler('module')
 
if(!is_object($module)||!$module->
getVar('isactive')) 
$msg = array()
 

Variable Documentation

if ($module->getVar('hasadmin')) $backlink = xoops_getenv("HTTP_REFERER")

Definition at line 62 of file groupperm.php.

$group_list = $member_handler->getGroupList()

Definition at line 22 of file groupperm.php.

$member_handler =& xoops_gethandler('member')

Definition at line 21 of file groupperm.php.

$modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0
$module =& $module_handler->get($modid)

Definition at line 13 of file groupperm.php.

if ($modid<=1||!is_object($xoopsUser)||!$xoopsUser->isAdmin($modid)) $module_handler =& xoops_gethandler('module')

Definition at line 12 of file groupperm.php.