mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
an other small fix for the readonly time
This commit is contained in:
parent
928ddd4912
commit
4646fed791
@ -177,7 +177,7 @@
|
||||
);
|
||||
for ($str='',$n = substr($type,-4) == 'only' ? 3 : 0; $n < count($format); ++$n)
|
||||
{
|
||||
if ($value[$format[$n]])
|
||||
if ((string) $value[$format[$n]] !== '')
|
||||
{
|
||||
if (!$n && $options & 16 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user