function spaces_dashboard_perm in Spaces 6.3
Implementation of hook_perm().
File
- spaces_dashboard/
spaces_dashboard.module, line 26
Code
function spaces_dashboard_perm() {
return array(
'administer dashboards',
);
}
Implementation of hook_perm().
function spaces_dashboard_perm() {
return array(
'administer dashboards',
);
}