Alexander Nicolaysen Sørnes : testData: Make the last argument to CreateTestTableRow() optional

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Jul 12 16:10:50 CDT 2009


Module: appdb
Branch: master
Commit: 5790692faae6201109115101e9515e8694781817
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=5790692faae6201109115101e9515e8694781817

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jul 12 23:10:17 2009 +0200

testData: Make the last argument to CreateTestTableRow() optional

---

 include/testData.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the wine-cvs mailing list