forked from extern/egroupware
fixed default to be hours (not minutes)
This commit is contained in:
parent
54f423b6cf
commit
4a98fcd281
@ -368,7 +368,7 @@
|
||||
$cell_name = $cell['name'];
|
||||
$cell['name'] .= '[value]';
|
||||
|
||||
if (strstr($input_format,'m') && $value < 60)
|
||||
if (strstr($input_format,'m') && $value && $value < 60)
|
||||
{
|
||||
$unit = 'm';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user