diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-27 20:26:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-27 20:26:10 -0400 |
commit | 9cdb33ac0e79ce386dc7ab822755c5ef7080f3be (patch) | |
tree | a56e86ca4a88df2822691885c74d364d96ba2fdf /lib | |
parent | 2be3be1c290b7337cd39a99430dc112ad2827355 (diff) |
don't clear claims immediately
darcs-hash:20080828002610-84dde-d9cb46cb08ac50b8efbdf5683baeb2de168fc4b1.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/queuehandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |