projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1c909
)
Always send the event.l value
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 14 Nov 2010 21:07:18 +0000
(16:07 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 14 Nov 2010 21:09:07 +0000
(16:09 -0500)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
278fde6
..
92bc6bf
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1689,6
+1689,7
@@
abstract class Kronolith_Event
$json->al = is_null($allDay) ? $this->isAllDay() : $allDay;
$json->pe = $this->hasPermission(Horde_Perms::EDIT);
$json->pd = $this->hasPermission(Horde_Perms::DELETE);
+ $json->l = $this->location;
if ($this->icon) {
$json->ic = $this->icon;
}
@@
-1720,7
+1721,6
@@
abstract class Kronolith_Event
$json->id = $this->id;
$json->ty = $this->calendarType;
$json->d = $this->description;
- $json->l = $this->location;
$json->u = $this->url;
$json->sd = $this->start->strftime('%x');
$json->st = $this->start->format($time_format);