If value is something that evaluates to false, display nothing ('')

This commit is contained in:
Nathan Gray 2011-06-27 22:14:44 +00:00
parent 387f4ed073
commit 426dff7f9c

View File

@ -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) &&