[Tickets #5177] kronolith/lib/Driver.php: isAllDay() incorrect test
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Mar 29 08:21:01 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5177
-----------------------------------------------------------------------
Ticket | 5177
Created By | patrick.abiven at apitech.fr
Summary | kronolith/lib/Driver.php: isAllDay() incorrect test
Queue | Kronolith
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
patrick.abiven at apitech.fr (2007-03-29 01:21) wrote:
Hello
isAllDay () function seems to contain an incorrect statement for testing
$this->end->sec. The test is written with $this->start->sec.
line 1486:
- $this->end->hour == 0 && $this->end->min == 0 && $this->start->sec == 0
&&
+ $this->end->hour == 0 && $this->end->min == 0 && $this->end->sec == 0
&&
Regards
Patrick
More information about the bugs
mailing list