projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d13138
)
this isn't an array
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 5 Dec 2009 05:05:12 +0000
(
00:05
-0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 5 Dec 2009 05:05:12 +0000
(
00:05
-0500)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
4468281
..
61cb7ad
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1177,7
+1177,7
@@
abstract class Kronolith_Event
$json->et = $this->end->format($time_format);
$json->a = $this->alarm;
$json->tg = array_values($this->tags);
- $json->gl =
array_values($this->geoLocation)
;
+ $json->gl =
$this->geoLocation
;
if ($this->recurs()) {
$json->r = $this->recurrence->toJson();
}