projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb3108
)
Indention
author
Jan Schneider
<jan@horde.org>
Wed, 14 Apr 2010 14:50:38 +0000
(16:50 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 14 Apr 2010 14:50:38 +0000
(16:50 +0200)
kronolith/lib/View/Day.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/View/Day.php
b/kronolith/lib/View/Day.php
index
d9c6f22
..
76d85eb
100644
(file)
--- a/
kronolith/lib/View/Day.php
+++ b/
kronolith/lib/View/Day.php
@@
-44,7
+44,7
@@
class Kronolith_View_Day extends Kronolith_Day {
'month' => $this->month,
'mday' => $this->mday)),
$GLOBALS['display_calendars']);
-
$this->_events = array_shift($events);
+ $this->_events = array_shift($events);
} catch (Exception $e) {
$GLOBALS['notification']->push($e, 'horde.error');
$this->_events = array();