projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7103f47
)
Make this "Response", just like the attendee's column
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 12 Sep 2009 15:44:07 +0000
(11:44 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:54:00 +0000
(16:54 -0400)
kronolith/attendees.php
patch
|
blob
|
history
diff --git
a/kronolith/attendees.php
b/kronolith/attendees.php
index
95e5c01
..
7dcd112
100644
(file)
--- a/
kronolith/attendees.php
+++ b/
kronolith/attendees.php
@@
-110,7
+110,6
@@
case 'add':
$date = new Horde_Date(Horde_Util::getFormData('date'));
$end = new Horde_Date(Horde_Util::getFormData('enddate'));
$response = $resource->getResponse(array('start' => $date, 'end' => $end));
-
$resources[$resource->getId()] = array(
'attendance' => Kronolith::PART_REQUIRED,
'response' => $response,