Index: taxonomy_delegate.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_delegate/taxonomy_delegate.module,v retrieving revision 1.1.4.18 diff -u -p -r1.1.4.18 taxonomy_delegate.module --- taxonomy_delegate.module 10 Feb 2009 22:56:45 -0000 1.1.4.18 +++ taxonomy_delegate.module 25 May 2009 19:21:21 -0000 @@ -91,6 +91,13 @@ function taxonomy_delegate_taxonomy($op, } /** + * Implementation of hook_perm(). + */ +function taxonomy_delegate_perm() { + return array('allow delete term'); +} + +/** * Implementation of hook_form_alter. * Alters the taxonomy vocabulary form to allow delegation. */