PDA

View Full Version : delete avatars without going to db


Corbu
03-11-2003, 10:41 AM
I want to delete part of my 500 avatars in my forum. But I don't want to delete one avatar, and after one avatar.... and after one avatar... by the Admin CP.
Also I don't want to delete them by going in the database.

Is there any hack existing ?

thanks

filburt1
03-11-2003, 12:53 PM
You could run a query like:

DELETE FROM avatar WHERE condition;

Backup first!