? 729566-pgsql.patch
Index: webformblock.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webformblock/webformblock.module,v
retrieving revision 1.1.2.11
diff -u -p -r1.1.2.11 webformblock.module
--- webformblock.module	1 Mar 2010 13:06:23 -0000	1.1.2.11
+++ webformblock.module	6 Apr 2010 12:02:37 -0000
@@ -223,7 +223,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', 1, 0, '', 0, 0, 1, '', '%s', 1)", $nid, $theme_key, $node->title);
 }
 
 /**
