View Single Post
  #9 (permalink)  
Old 07-03-2007, 08:14 AM
fiacyberz fiacyberz is offline
New Pligger
 
Join Date: Jul 2007
Posts: 29
It is the pligg_links table.
You can easily delete alls DISCARD posts with the SQL-command:
DELETE FROM pligg_links WHERE link_status = 'discard'

But a better way is, of course, to integrate this into the admin control panel
I take a look at it and maybe upload a hack here.
Reply With Quote