From a23e72c7cb7a9730ba5bae5cf038a2e90cb9d5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 24 Jul 2009 00:21:18 +0200 Subject: [PATCH] testData: Prevent accessing an undefined variable --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index 18169da..6861e18 100644 --- a/include/testData.php +++ b/include/testData.php @@ -775,7 +775,7 @@ class testData{ if($hResult) { - $iPrevVersion = 0; + $iPrevRelease = 0; $iIndex = -1; for($i = 0; $oRow = mysql_fetch_object($hResult); $i++) {