Darrel,

using D6.dev (which raises warnings for all PHP E_ALL problems) i get this warning every time a imagecache image is displayed: notice: Undefined index: title in */imagecache/imagecache.module on line 617

Its fixed if, on that given line, you place:

        $image_alt    = empty($item['data']['alt']) ? '' : $item['data']['alt'];
        $image_title  = empty($item['data']['title']) ? '' : $item['data']['title'];
        return  theme('imagecache', $presetname, $item['filepath'], $image_alt, $image_title);

Sorry for not creating a proper patch file.

regards,

massa

Comments

brmassa’s picture

Status: Active » Needs review
drewish’s picture

Status: Needs review » Needs work

post a patch please.

drewish’s picture

Status: Needs work » Fixed

looks like it was fixed elsewhere.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.