--- webform_associate.module	Fri Oct 10 19:33:16 2008
+++ webform_associate.module.new	Tue Nov 17 07:47:27 2009
@@ -39,6 +39,9 @@ function webform_associate_menu_alter(&$
             $items[$new_key]['access arguments'] = array($callback, $arguments, 1, 3);
           }
         break;
+        case 'webform_results_access':
+          $items[$new_key]['access arguments'] = array($callback, $arguments, 1);
+          break;
       }
       unset($items[$key]);
     }
@@ -64,6 +67,9 @@ function webform_associate_menu_access($
             return $func($node->nid, $a3, $arguments[2]);
           }
         break;
+        case 'webform_results_access':
+          return $func($node, $arguments[1]);
+          break;
       }
     }
     else {
