testData: Make the last argument to CreateTestTableRow() optional

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-12 23:10:17 +02:00
parent 82999b22c7
commit 5790692faa

View File

@@ -562,7 +562,7 @@ class testData{
}
/* Creates and returns a table row for a test result table */
function CreateTestTableRow($iCurrentId, $sLink, $bShowAll)
function CreateTestTableRow($iCurrentId, $sLink, $bShowAll = false)
{
$oVersion = new Version($this->iVersionId);
$oApp = new Application($oVersion->iAppId);