projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ded9fa
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Sun, 3 Oct 2010 18:48:30 +0000
(20:48 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 3 Oct 2010 18:58:35 +0000
(20:58 +0200)
kronolith/lib/Event/Holidays.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event/Holidays.php
b/kronolith/lib/Event/Holidays.php
index
852b5b1
..
2102b61
100644
(file)
--- a/
kronolith/lib/Event/Holidays.php
+++ b/
kronolith/lib/Event/Holidays.php
@@
-42,7
+42,7
@@
class Kronolith_Event_Holidays extends Kronolith_Event
{
$this->stored = true;
$this->initialized = true;
- $this->title = $dhEvent->getTitle()
+ $this->title = $dhEvent->getTitle()
;
$this->start = new Horde_Date($dhEvent->_date->getTime());
$this->end = new Horde_Date($this->start);
$this->end->mday++;