6.0.0-beta1
8/3/25

[#1035] typo in freebusy check resulting in wrong FB detection
Summary typo in freebusy check resulting in wrong FB detection
Queue Kronolith
Queue Version 2.0
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester wolfgang.rosenauer (at) an-netz (dot) de
Created 12/30/2004 (7521 days ago)
Due
Updated 12/30/2004 (7521 days ago)
Assigned 12/30/2004 (7521 days ago)
Resolved 12/30/2004 (7521 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/30/2004 01:16:09 PM Jan Schneider Comment #4
State ⇒ Not A Bug
Reply to this comment
Well, this has nothing to do with this ticket, reopen another one if 
you found a bug in the free/busy code.
12/30/2004 01:08:42 PM wolfgang (dot) rosenauer (at) an-netz (dot) de Comment #3 Reply to this comment
oops, you are right.

But I'm trying to track down the problem that the FB view is not 
correct in my Kronolith installation. With !== every time is free and 
with != every time is displayed busy.

E.g. I have an appointment from 1200-1300 and create a new appointment 
at the same day,

the freebusy view shows no "busy" between 1200 and 1300.
12/30/2004 12:56:38 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
This is no typo, why do you think it's one?
12/30/2004 12:04:28 PM wolfgang (dot) rosenauer (at) an-netz (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ typo in freebusy check resulting in wrong FB detection
Queue ⇒ Kronolith
Reply to this comment
lib/Kronolith.php has a typo in line 854



< if ($vFb !== false) {
if ($vFb != false) {

Saved Queries