? taxonomy_access-1050982.patch
Index: taxonomy_access.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_access/taxonomy_access.install,v
retrieving revision 1.9.2.6
diff -u -p -r1.9.2.6 taxonomy_access.install
--- taxonomy_access.install	15 Mar 2010 15:19:48 -0000	1.9.2.6
+++ taxonomy_access.install	7 Feb 2011 02:54:34 -0000
@@ -36,7 +36,7 @@ function taxonomy_access_update_5() {
         $row[$key] = (int) $value;
       }
       $row_ints = implode(", ", $row);
-      update_sql('INSERT INTO {term_access_defaults} (vid, rid, grant_view, grant_update, grant_delete, grant_create, grant_list) VALUES (0, $row_ints)');
+      update_sql("INSERT INTO {term_access_defaults} (vid, rid, grant_view, grant_update, grant_delete, grant_create, grant_list) VALUES (0, $row_ints)");
     }
   }
   update_sql('DELETE FROM {term_access} WHERE tid=0');
