Index: taxonomy_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_image/taxonomy_image.module,v
retrieving revision 1.12.4.13.2.47
diff -u -r1.12.4.13.2.47 taxonomy_image.module
--- taxonomy_image.module	20 Apr 2009 21:08:25 -0000	1.12.4.13.2.47
+++ taxonomy_image.module	15 Mar 2010 13:13:12 -0000
@@ -92,7 +92,8 @@
 
         default:
           if ($preset == 'ORIGINAL') {
-            $return_url = theme('image', $current->url, $current->name, $current->title, $attributes, FALSE);
+            //$return_url = theme('image', $current->url, $current->name, $current->title, $attributes, FALSE);
+            $return_url = $current->img;
           }
           else {
             // Make sure the attributes don't try to override the preset.
@@ -283,8 +284,8 @@
     $image[$tid]->channels = isset($img['channels']) ? $img['channels'] : NULL;
     $image[$tid]->mime = isset($img['mime']) ? $img['mime'] : NULL;
     $image[$tid]->term = drupal_get_path_alias(taxonomy_term_path(taxonomy_get_term($tid)));
-    $image[$tid]->img = '<img src="'. $image[$tid]->url
-      .'" '. $image[$tid]->tags
+    $image[$tid]->img = '<img src="'. $image[$tid]->url.'" '
+      . $image[$tid]->tags.' '
       .'alt="'. check_plain($image[$tid]->name) .'" '
       .'title="'. check_plain(($image[$tid]->description ? $image[$tid]->description : $image[$tid]->name))  .'" '
       .'>';
@@ -801,4 +802,4 @@
         ),
       ),
     );
-}
+}
\ No newline at end of file
Index: .project
===================================================================
RCS file: .project
diff -N .project
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .project	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>taxonomy_image</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
