Index: taxonomy_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_image/taxonomy_image.module,v
retrieving revision 1.12.4.13.2.17
diff -u -p -r1.12.4.13.2.17 taxonomy_image.module
--- taxonomy_image.module	13 Jun 2008 18:47:46 -0000	1.12.4.13.2.17
+++ taxonomy_image.module	27 Jul 2008 10:17:21 -0000
@@ -361,10 +361,10 @@ function taxonomy_image_menu() {
 /**
  * Implementation of hook_user().
  */
-function taxonomy_image_user($type, $edit, $user) {
+function taxonomy_image_user($type, $edit, $user, $category='account') {
   switch ($type) {
     case 'form':
-      if (user_access('can disable taxonomy images')) {
+      if (user_access('can disable taxonomy images') && $category=='account') {
         $form['content_images'] = array(
           '#type' => 'fieldset',
           '#title' => t('Content images'),
