Module: appdb Branch: master Commit: f1dc4f22b1d299977dfc4302d032c0664e9a12cf URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f1dc4f22b1d299977dfc4302d...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Wed Dec 12 19:07:38 2007 +0100
tesetData_queue: Remove useless check
---
include/testData_queue.php | 4 ++-- 1 files 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()