| 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. |