From 0c5030cea18242d504de9391db3fd100ae5f7c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 24 Jan 2009 20:45:40 +0100 Subject: [PATCH] testData: Fix an undefined reference --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index 0abd7d0..9423e33 100644 --- a/include/testData.php +++ b/include/testData.php @@ -641,7 +641,7 @@ class testData{ $sLink = query_escape_string($sLink); $iDisplayLimit = query_escape_string($iDisplayLimit); - $bShowAll = ($aClean['bShowAll'] == "true") ? true : false; + $bShowAll = (getInput('bShowAll', $aClean) == 'true') ? true : false; $sQuery = "SELECT * FROM testResults, ?.versions