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

Diff of /contributions/modules/cck_multimage/cck_multimage.module

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

revision 1.3, Sat Aug 18 06:27:17 2007 UTC revision 1.4, Sat Aug 18 07:03:21 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: cck_multimage.module,v 1.2 2007/08/18 05:47:22 silviogutierrez Exp $  // $Id: cck_multimage.module,v 1.3 2007/08/18 06:27:17 silviogutierrez Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 237  function theme_cck_multimage($images, $s Line 237  function theme_cck_multimage($images, $s
237    if(!isset($images[0]['nid'])) {    if(!isset($images[0]['nid'])) {
238    //There seems to be some error with imagecache, when you delete all images from a node, it wont fully delete the first image info.    //There seems to be some error with imagecache, when you delete all images from a node, it wont fully delete the first image info.
239    //This checks against this bug, makes sure it does not print out anything if there are no images.    //This checks against this bug, makes sure it does not print out anything if there are no images.
   
240      return;      return;
241    }    }
242    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2