mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:34 +02:00
If value is something that evaluates to false, display nothing ('')
This commit is contained in:
@ -194,6 +194,10 @@ class select_widget
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$value = '';
|
||||
}
|
||||
break;
|
||||
}
|
||||
if ((!$type3 || $type3 === $GLOBALS['egw']->categories->app_name) &&
|
||||
|
Reference in New Issue
Block a user