testData: Prevent accessing an undefined variable
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
e641db3d6c
commit
a23e72c7cb
@@ -775,7 +775,7 @@ class testData{
|
|||||||
|
|
||||||
if($hResult)
|
if($hResult)
|
||||||
{
|
{
|
||||||
$iPrevVersion = 0;
|
$iPrevRelease = 0;
|
||||||
$iIndex = -1;
|
$iIndex = -1;
|
||||||
for($i = 0; $oRow = mysql_fetch_object($hResult); $i++)
|
for($i = 0; $oRow = mysql_fetch_object($hResult); $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user