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