tesetData_queue: Remove useless check

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-12 19:07:38 +01:00
committed by Chris Morgan
parent 8c7bd3a5e9
commit f1dc4f22b1

View File

@@ -55,8 +55,8 @@ class testData_queue
function reQueue() function reQueue()
{ {
$this->oTestData->reQueue(); $this->oTestData->reQueue();
if($this->oDistribution->sQueued == "rejected")
$this->oDistribution->reQueue(); $this->oDistribution->reQueue();
} }
function unQueue() function unQueue()