Fix for GNU Bug #100607.

This commit is contained in:
skeeter 2002-04-09 14:15:04 +00:00
parent cf30f4cf08
commit 1f7165c7ba

View File

@ -32,6 +32,7 @@
function check_form_values()
{
$errors = '';
@reset($GLOBALS['HTTP_POST_VARS']['domains']);
while(list($k,$v) = @each($GLOBALS['HTTP_POST_VARS']['domains']))
{