From 9cdb33ac0e79ce386dc7ab822755c5ef7080f3be Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 27 Aug 2008 20:26:10 -0400 Subject: don't clear claims immediately darcs-hash:20080828002610-84dde-d9cb46cb08ac50b8efbdf5683baeb2de168fc4b1.gz --- lib/queuehandler.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/queuehandler.php b/lib/queuehandler.php index f12b880b1..747e7b493 100644 --- a/lib/queuehandler.php +++ b/lib/queuehandler.php @@ -56,7 +56,6 @@ class QueueHandler { } function handle_queue() { - $this->clear_old_claims(); $this->log(LOG_INFO, 'checking for queued notices'); $cnt = 0; $transport = $this->transport(); -- cgit v1.2.3-54-g00ecf