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()