|
If you watermark a file the value is set to yes.
I would suggest you do a query like this to grab any row thats not yes. You can confirm what I am saying by looking at your photo inserts that are watermarked it should be yes.
This should get this straight. maybe an old upgrade issue not gone right.
UPDATE pp_photos SET watermarked='no' WHERE watermarked !='yes'
|