public static function Notifications_Queue::queue_reset in Notifications 6.4
Reset queue, clean everything
File
- includes/
notifications_queue.class.inc, line 728
Class
- Notifications_Queue
- Queue management and processing
Code
public static function queue_reset() {
db_query("DELETE FROM {notifications_queue}");
db_query("DELETE FROM {notifications_event}");
}