mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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;
|
||||
}
|
||||
if ((!$type3 || $type3 === $GLOBALS['egw']->categories->app_name) &&
|
||||
|
Loading…
Reference in New Issue
Block a user