View Single Post
Old May 7th, 2008, 06:23 AM   #10 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Michael P View Post
You could run a query on your DB:

update photos SET ismature=1 WHERE cat=###;

(add in your prefix if you have one)

Do I run that from the root of the DB? I am using the following comment, with prefix, and I tried in several different places within pp_photos, but no luck.

update pp_photos SET ismature=1 WHERE cat=532
skidpics is offline   Reply With Quote