mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
If value is something that evaluates to false, display nothing ('')
This commit is contained in:
parent
387f4ed073
commit
426dff7f9c
@ -194,6 +194,10 @@ class select_widget
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$value = '';
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ((!$type3 || $type3 === $GLOBALS['egw']->categories->app_name) &&
|
if ((!$type3 || $type3 === $GLOBALS['egw']->categories->app_name) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user