forked from extern/egroupware
make saving of the areas working again
a textarea is always set, also if it is empty
This commit is contained in:
parent
b0e538a1ff
commit
df3a3a347b
@ -154,7 +154,7 @@
|
||||
|
||||
while (is_array($array) && list($var,$value) = each($array))
|
||||
{
|
||||
if ($value && $value != '**NULL**')
|
||||
if (isset($value) && $value != '' && $value != '**NULL**')
|
||||
{
|
||||
$_p->add($_appname,$var,$value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user