Fix type error (array). Allows testsuite to run under PHP 7.1.x - Closes #2

This commit is contained in:
Jarrod Linahan 2018-11-26 06:20:30 +11:00
parent 25d39b0468
commit 460eedccf2
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ if (!$items)
'Zone Email:' => 'zone.email'
);
$r = '';
$r = [];
$disok = true;
while (list($key,$val) = each($rawdata))
@ -884,4 +884,4 @@ else
return sprintf("%.4d-%02d-%02d",$res['y'],$res['m'],$res['d']);
}
?>
?>