function custom_pagers_perm in Custom Pagers 5
Same name and namespace in other branches
- 6 custom_pagers.module \custom_pagers_perm()
 
File
- ./
custom_pagers.module, line 41  
Code
function custom_pagers_perm() {
  return array(
    'administer custom pagers',
    'use php in custom pagers',
  );
}