--- modules/taxonomy_access/taxonomy_access.module.bak	2007-02-03 14:29:19.000000000 -0600
+++ modules/taxonomy_access/taxonomy_access.module	2007-02-03 14:31:33.000000000 -0600
@@ -683,6 +683,11 @@ function taxonomy_access_db_rewrite_sql(
   if (!user_access('administer taxonomy') && ($field =='vid' || $field =='tid')) {
     global $user;
     $op = (arg(0) == 'node' && (arg(1) == 'add' || arg(2) == 'edit')) ? 'create' : 'list';
+    // FIXME this is really lame, but works
+    if (arg(0) == 'img_assist' && arg(1) == 'upload') {
+    	$op = 'create';
+    }
+    
     
     // let's cache
     static $taxonomy_access_sql_clause;
