function nodeorder_perm in Node Order 5
Same name and namespace in other branches
- 6 nodeorder.module \nodeorder_perm()
Implementation of hook_perm().
File
- ./
nodeorder.module, line 6
Code
function nodeorder_perm() {
return array(
'order nodes within categories',
);
}