Thread: Reset Ratings
View Single Post
Old July 4th, 2005, 10:00 AM   #4 (permalink)
Brian
Guest
 
Posts: n/a
Re: Reset Ratings

The only way is going to be with some queries...

DELETE FROM adv_gallery_rate;
UPDATE adv_gallery_images SET votenum = 0, votetotal = 0;
  Reply With Quote