? webform_associate-1.patch
? webform_associate-453296.patch
Index: webform_associate.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform_associate/Attic/webform_associate.module,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 webform_associate.module
--- webform_associate.module	3 Apr 2009 21:34:46 -0000	1.1.2.6
+++ webform_associate.module	4 May 2009 16:22:36 -0000
@@ -205,7 +205,7 @@ function webform_associate_form_alter(&$
 function webform_associate_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
   if ($node->type == 'webform' && $op == 'view') {
     $ids = webform_associate_lookup($node->nid, 'wid');
-    if ($ids) {
+    if ($ids && $_SERVER['SCRIPT_NAME'] != '/cron.php') {
       drupal_goto('node/'. $ids->nid);
     }
   }
