You are here

function notifications_update_6006 in Notifications 6.4

Same name and namespace in other branches
  1. 6.3 notifications.install \notifications_update_6006()

Clean up the queue, will speed up next updates.

File

./notifications.install, line 430

Code

function notifications_update_6006() {
  return _notifications_update_queue_clean();
}