From 5790692faae6201109115101e9515e8694781817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 12 Jul 2009 23:10:17 +0200 Subject: [PATCH] testData: Make the last argument to CreateTestTableRow() optional --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index ec24d1e..18169da 100644 --- a/include/testData.php +++ b/include/testData.php @@ -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);