mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix for GNU Bug #100607.
This commit is contained in:
parent
cf30f4cf08
commit
1f7165c7ba
@ -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']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user