6.0.0-RC7
6/27/26

[#5177] kronolith/lib/Driver.php: isAllDay() incorrect test
Summary kronolith/lib/Driver.php: isAllDay() incorrect test
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester patrick.abiven (at) apitech (dot) fr
Created 3/29/07 (7030 days ago)
Due
Updated 4/7/07 (7021 days ago)
Assigned
Resolved 4/7/07 (7021 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
171 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Nice catch. Actually irrelevant since we don't use seconds anyway, but 
fixed nonetheless.
08 patrick (dot) abiven (at) apitech (dot) fr Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ kronolith/lib/Driver.php: isAllDay() incorrect test
Queue ⇒ Kronolith
Reply to this comment
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

Saved Queries