Notice: Array to string conversion in fb_exif.php on line 66
I get the following error whenever I try to view images which have EXIF data written by Imageready. Removing the if statement from the line
"<#fbflash#>" => isset($data["Flash"]) ? (bindec($data["Flash"]) ? "On" : "Off") : "",
causes the error to disappear. Anyone know what's going on here?
posted by Brett on 31 Aug 05 at 3:25 PM

