IF image THEN ...

13 posts by 2 authors in: Forums > CMS Builder
Last Post: May 6, 2008   (RSS)

Re: [Dave] IF image THEN ...

By rasbro - May 6, 2008

Dave, once I discovered this error in the code you gave me...

<?php $mainImages = getUploads($options['tableName'], 'main_image', $record['num']) as $upload); ?>

and changed it to...

<?php $mainImages = getUploads($options['tableName'], 'main_image', $record['num']); ?>

then it worked great.

Thanks!

By Dave - May 6, 2008

Ahh yes, good eye. That was my mistake. Glad it's working now! :)
Dave Edis - Senior Developer
interactivetools.com