testData: Prevent accessing an undefined variable

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-24 00:21:18 +02:00
committed by Alexander Nicolaysen Sørnes
parent e641db3d6c
commit a23e72c7cb

View File

@@ -775,7 +775,7 @@ class testData{
if($hResult)
{
$iPrevVersion = 0;
$iPrevRelease = 0;
$iIndex = -1;
for($i = 0; $oRow = mysql_fetch_object($hResult); $i++)
{