perm) > 0){ foreach($genPermissions->perm as $module_name => $features_array){ echo ''; echo ''; echo ''; echo ''; } } ?>
Set Permissions
' . $permDescription[$module_name]['own_desc'] . '
'; echo ""; echo '
'; foreach($features_array as $feature_name => $feature_id){ if(isset($permDescription[$module_name][$feature_name])) { // If Description found then only display the record. echo ''; $checked =''; if($genPermissions->checkPermissions($module_name, $feature_name)) { $checked = "checked='true'"; } echo ""; echo ""; echo ''; } } echo '