--- taxonomy_delegate.module.orig 2009-04-08 10:33:00.000000000 -0500 +++ taxonomy_delegate.module 2009-04-08 10:34:28.000000000 -0500 @@ -9,6 +9,17 @@ /** * Implementation of hook_help(). */ +function taxonomy_delegate_perm(){ + $perms=array(); + $perms[] = 'allow delete term'; + + return $perms; +} + + +/** + * Implementation of hook_help(). + */ function taxonomy_delegate_help($path, $args = NULL) { switch ($path) { case 'admin/help#taxonomy_delegate':