mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Fix for GNU Bug #100607.
This commit is contained in:
parent
cf30f4cf08
commit
1f7165c7ba
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
function check_form_values()
|
function check_form_values()
|
||||||
{
|
{
|
||||||
|
$errors = '';
|
||||||
@reset($GLOBALS['HTTP_POST_VARS']['domains']);
|
@reset($GLOBALS['HTTP_POST_VARS']['domains']);
|
||||||
while(list($k,$v) = @each($GLOBALS['HTTP_POST_VARS']['domains']))
|
while(list($k,$v) = @each($GLOBALS['HTTP_POST_VARS']['domains']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user