[Tickets #3218] RESOLVED: hourminutesecond form incorrectly shows '00' selected for blank dates
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Jan 7 01:20:49 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=3218
-----------------------------------------------------------------------
Ticket | 3218
Updated By | robin at rainton.com
Summary | hourminutesecond form incorrectly shows '00' selected for blank dates
Queue | Horde Framework Packages
Version | HEAD
State | Resolved
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
robin at rainton.com (2006-01-07 01:20) wrote:
> Should be fixed in CVS.
Thx for the quick turn round. Minutes are fixed:
$this->_selectOptions($minutes, ($time['minute'] === null) ? null :
sprintf('%02d', $time['minute'])),
But hours are not:
$this->_selectOptions($hours, sprintf('%02d', ($time['hour'] === null) ?
null : $time['hour'])),
More information about the bugs
mailing list