mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +01:00
fix to get select-month accept a value like '02' for februar
This commit is contained in:
parent
ee4ac7ac0b
commit
aba4105393
@ -456,6 +456,7 @@
|
||||
|
||||
case 'select-month':
|
||||
$cell['sel_options'] = $this->monthnames;
|
||||
$value = intval($value);
|
||||
break;
|
||||
|
||||
case 'select-day':
|
||||
|
Loading…
Reference in New Issue
Block a user