/[drupal]/contributions/modules/jcarousel_block/includes/imagefield.inc
ViewVC logotype

Diff of /contributions/modules/jcarousel_block/includes/imagefield.inc

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

revision 1.1.2.4, Fri Oct 31 16:15:46 2008 UTC revision 1.1.2.5, Mon Mar 23 23:24:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: imagefield.inc,v 1.1.2.3 2008/10/30 16:24:53 yangyicn Exp $  // $Id: imagefield.inc,v 1.1.2.4 2008/10/31 16:15:46 yangyicn Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 23  function jcarousel_block_imagefield_exis Line 23  function jcarousel_block_imagefield_exis
23    else if (!count($node->$field)) {    else if (!count($node->$field)) {
24      return false;      return false;
25    }    }
26      else {
27        $field_content = $node->$field;
28        if ($field_content[0]['filepath'] == null) {
29          return false;
30        }
31      }
32    
33    return true;    return true;
34  }  }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2