function recipe_perm in Recipe 5
Same name and namespace in other branches
- 6 recipe.module \recipe_perm()
Implementation of hook_perm().
File
- ./
recipe.module, line 14 - recipe.module - share recipes for drupal 5.x
Code
function recipe_perm() {
return array(
t('create recipes'),
t('edit own recipes'),
);
}