';
echo '' . $permDescription[$module_name]['own_desc'] . ' ';
echo "";
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 ' | ';
echo '
';
}
}
?>