/[drupal]/contributions/modules/taxonomy_image/taxonomy_image.module
ViewVC logotype

Diff of /contributions/modules/taxonomy_image/taxonomy_image.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12.4.13.2.40, Tue Mar 17 13:57:36 2009 UTC revision 1.12.4.13.2.41, Tue Mar 17 14:09:44 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_image.module,v 1.12.4.13.2.39 2009/03/14 14:47:43 nancyw Exp $  // $Id: taxonomy_image.module,v 1.12.4.13.2.40 2009/03/17 13:57:36 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 156  function taxonomy_image_resize($image, $ Line 156  function taxonomy_image_resize($image, $
156        }        }
157        break;        break;
158    
159      case 0:  // Disabled.      case 0:  // Disabled, just leave them as is.
       $image->height = '';  
       $image->width = '';  
160        break;        break;
161    }    }
162  }  }

Legend:
Removed from v.1.12.4.13.2.40  
changed lines
  Added in v.1.12.4.13.2.41

  ViewVC Help
Powered by ViewVC 1.1.2