hi,
i was just looking at the database and it appears that there are two fields called 'hasMetadata' in the images table. all my images have metadata. with that the first field has always a value of 0 and the second field has a value of 1. is that just my database that has been screwed somewhat or is it just normal ?
with that said, in context ZP_IMAGE, i can call the `getImageMetaData()` function and retrieve all necessary metadata information.
Comments
Anyway, I would say your database is screwed up. Mine has only one such field (which is as it should be.)
setup.php:1618: `hasMedadata` int(1) DEFAULT 0,
nothing is really done after that so it is not a big issue.