PDA

View Full Version : removing View Auto-Warned PMs


mpadc
05-23-2005, 12:52 PM
Hi

how do u remove View Auto-Warned PMs in the admincp?

i have alist of many auto warn pms i want to delete it all

what sql query will i have to use for this or what do i do?

cheers

sv1cec
05-23-2005, 06:15 PM
Run this query:

DELETE FROM ".TABLE_PREFIX."pmtext_warned

Remember to change the table prefix to one that is used in your system, or remove it all together if you do not use one.