Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1, Tue Oct 28 22:11:03 2008 UTC | revision 1.1.2.2, Tue Oct 28 22:31:46 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: imagefield.inc,v 1.1.2.1 2008/10/28 22:11:03 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 | } | } |
| else { | ||
| $field_content = $node->$field; | ||
| if (!$field_content[0]['imceimage_path']) { | ||
| return false; | ||
| } | ||
| } | ||
| 26 | ||
| 27 | return true; | return true; |
| 28 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |