Make this "Response", just like the attendee's column
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 12 Sep 2009 15:44:07 +0000 (11:44 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:54:00 +0000 (16:54 -0400)
kronolith/attendees.php

index 95e5c01..7dcd112 100644 (file)
@@ -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,