? taxonomy_image/cvs
? taxonomy_image/install
? taxonomy_image/contributed/cvs
? taxonomy_image/contributed/taxonomy_image_link_alter/cvs
? taxonomy_image/contributed/taxonomy_image_node_display/cvs
? taxonomy_image/contributed/theme_patches/cvs
? taxonomy_image/po/cvs
? taxonomy_image/translations/cvs
Index: taxonomy_image/taxonomy_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_image/taxonomy_image.module,v
retrieving revision 1.12.4.19
diff -u -u -p -r1.12.4.19 taxonomy_image.module
--- taxonomy_image/taxonomy_image.module	20 Mar 2008 17:29:01 -0000	1.12.4.19
+++ taxonomy_image/taxonomy_image.module	22 Mar 2008 03:14:14 -0000
@@ -219,7 +219,7 @@ function taxonomy_image_get_object($tid,
 		// Get more properties if we had an image.
     if ($image[$tid]->path) {
       $img = getimagesize($image[$tid]->path);
-      $exts = array ( 1 => 'gif', 'jpeg', 'png', 'swf', 'psd', 'bmp',
+      $exts = array( 1 => 'gif', 'jpeg', 'png', 'swf', 'psd', 'bmp',
         'tiff', 'tiff', 'jpc', 'jp2', 'jpf', 'jb2', 'swc',
         'aiff', 'wbmp', 'xbm');
       $image[$tid]->width = $img[0];
@@ -293,7 +293,7 @@ taxonomy_image_display($term->tid, NULL,
         );
       }
       if (module_exists('taxonomy_image_node_display')
-			  || module_exists('taxonomy_image_link_alter')) {
+        || module_exists('taxonomy_image_link_alter')) {
         $output .= t('<h3>Add-on Feature Modules</h3>');
       } 
       if (module_exists('taxonomy_image_node_display')) {
@@ -319,10 +319,10 @@ function taxonomy_image_requirements($ph
   if (extension_loaded('gd')) {
     $gd = gd_info();
     $requirements['gd']['value'] = $gd['GD Version'];
-    unset ($gd['GD Version']);
+    unset($gd['GD Version']);
     if ($gd['FreeType Support']) {
-      $gd['FreeType Support' .' '. $gd['FreeType Linkage']] = 1;
-      unset ($gd['FreeType Support'], $gd['FreeType Linkage']);
+      $gd['FreeType Support'.' '. $gd['FreeType Linkage']] = 1;
+      unset($gd['FreeType Support'], $gd['FreeType Linkage']);
     }
     $requirements['gd']['description'] = '<small>'. implode(', ', array_keys(array_filter($gd))) .'</small>';
     $requirements['gd']['severity'] = REQUIREMENT_OK;
