View Single Post
Old April 11th, 2005, 07:13 AM   #4 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
The setting would only effect new uploads, you would have to disable all your medium images by doing a manual query to reset the medium images to 0.

UPDATE photos SET medsize=0;

(add a prefix to the photos table if you have one).
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote