| 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 |
| 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 |
|
|