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