mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
don't set items witch are not submitted from UA in content array on callback.
This is usefull if u want to process just subsets of a form e.g. by xajax
This commit is contained in:
parent
7f79a72d98
commit
4648c5025e
@ -634,6 +634,7 @@
|
|||||||
{
|
{
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
if(!isset($pos[$idx])) return false;
|
||||||
$pos = &$pos[$idx];
|
$pos = &$pos[$idx];
|
||||||
}
|
}
|
||||||
return $pos;
|
return $pos;
|
||||||
|
@ -1677,6 +1677,7 @@
|
|||||||
$attr = array();
|
$attr = array();
|
||||||
}
|
}
|
||||||
$value = $this->get_array($content_in,$form_name,True);
|
$value = $this->get_array($content_in,$form_name,True);
|
||||||
|
if($value === false) continue;
|
||||||
|
|
||||||
if (isset($attr['blur']) && $attr['blur'] == $value)
|
if (isset($attr['blur']) && $attr['blur'] == $value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user