projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45368de
)
This is the busystatus, not response status
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 11 May 2010 19:44:49 +0000
(15:44 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 11 May 2010 19:44:49 +0000
(15:44 -0400)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
960aa8d
..
cd54f8e
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1150,7
+1150,7
@@
abstract class Kronolith_Event
case Kronolith::STATUS_NONE:
$status = Horde_ActiveSync_Message_Appointment::BUSYSTATUS_FREE;
}
- $message->set
ResponseType
($status);
+ $message->set
BusyStatus
($status);
/* DTStamp */
$message->setDTStamp($_SERVER['REQUEST_TIME']);