--- webformblock.module.OLD	2010-09-24 23:44:23.000000000 +1000
+++ webformblock.module	2010-09-30 15:53:44.475282750 +1000
@@ -225,7 +225,7 @@ function webformblock_insert($nid) {
   $node = node_load($nid);
 
   db_query("INSERT INTO {webform_block} (nid) VALUES (%d)", $nid);
-  db_query('INSERT INTO {blocks} (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ("webformblock", %d, "%s", 1, 0, "", 0, 0, 1, "", "%s", 1)', $nid, $theme_key, $node->title);
+  db_query('INSERT INTO {blocks} (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ("webformblock", %d, "%s", 0, 0, "", 0, 0, 1, "", "%s", 1)', $nid, $theme_key, $node->title);
 }
 
 /**
