Fix deletion of test results when a version is deleted

This commit is contained in:
Tony Lambregts
2006-02-20 02:51:19 +00:00
committed by WineHQ
parent d1ee3e66b0
commit 602d15cdca
2 changed files with 3 additions and 1 deletions

View File

@@ -148,10 +148,11 @@ class Version {
$this->aTestingIds[] = $oRow->testingId;
}
}
/*
* We fetch monitor Ids.
*/
$this->aTestingIds = array();
$this->aMonitorIds = array();
$sQuery = "SELECT *
FROM appMonitors
WHERE versionId = ".$iVersionId."