From f1dc4f22b1d299977dfc4302d032c0664e9a12cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 12 Dec 2007 19:07:38 +0100 Subject: [PATCH] tesetData_queue: Remove useless check --- include/testData_queue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/testData_queue.php b/include/testData_queue.php index 9447ab3..50b3caf 100644 --- a/include/testData_queue.php +++ b/include/testData_queue.php @@ -55,8 +55,8 @@ class testData_queue function reQueue() { $this->oTestData->reQueue(); - if($this->oDistribution->sQueued == "rejected") - $this->oDistribution->reQueue(); + + $this->oDistribution->reQueue(); } function unQueue()