function blog_perm in Drupal 5
Same name and namespace in other branches
- 4 modules/blog.module \blog_perm()
- 6 modules/blog/blog.module \blog_perm()
Implementation of hook_perm().
File
- modules/
blog/ blog.module, line 24 - Enables keeping an easily and regularly updated web page or a blog.
Code
function blog_perm() {
return array(
'edit own blog',
);
}