? fix_vt_hook_access_1.diff
Index: volunteer_timeslots.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/volunteer_timeslots/volunteer_timeslots.module,v
retrieving revision 1.12
diff -u -p -r1.12 volunteer_timeslots.module
--- volunteer_timeslots.module	15 Sep 2006 22:56:41 -0000	1.12
+++ volunteer_timeslots.module	16 Sep 2006 22:26:27 -0000
@@ -78,7 +78,7 @@ function volunteer_timeslots_access($op,
   global $user;
 
   if ($op == 'create') {
-    return user_access('create volunteer event');
+    return user_access('create volunteer events');
   }
   $delete_perm = (user_access('administer volunteer events') || 
                  (user_access('edit own volunteer events') && ($user->uid == $node->uid)));
