projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627f4b7
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Mon, 27 Apr 2009 21:30:43 +0000
(23:30 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 27 Apr 2009 21:30:43 +0000
(23:30 +0200)
kronolith/ajax.php
patch
|
blob
|
history
diff --git
a/kronolith/ajax.php
b/kronolith/ajax.php
index
6409b4d
..
c1cc8f2
100644
(file)
--- a/
kronolith/ajax.php
+++ b/
kronolith/ajax.php
@@
-59,7
+59,7
@@
function saveEvent($event)
$start = new Horde_Date(Util::getFormData('view_start'));
$end = new Horde_Date(Util::getFormData('view_end'));
$end->hour = 23;
- $end->min = $end
Date
->sec = 59;
+ $end->min = $end->sec = 59;
Kronolith::addEvents($events, $event, $start, $end, true, true);
$result = new stdClass;
$result->cal = Util::getFormData('cal');