projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aedf37
)
Be sure to load the empty resources array when creating a new event.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 3 Sep 2009 22:39:30 +0000
(18:39 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:50 +0000
(16:53 -0400)
kronolith/new.php
patch
|
blob
|
history
diff --git
a/kronolith/new.php
b/kronolith/new.php
index
93462d7
..
b6dd8eb
100644
(file)
--- a/
kronolith/new.php
+++ b/
kronolith/new.php
@@
-34,6
+34,7
@@
if (!$calendar_id) {
$event = Kronolith::getDriver()->getEvent();
$_SESSION['kronolith']['attendees'] = $event->getAttendees();
+$_SESSION['kronolith']['resources'] = $event->getResources();
$date = Horde_Util::getFormData('datetime');
if (!$date) {