Initial adding of resource to an event from the attendees page.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 10 Sep 2009 14:28:57 +0000 (10:28 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:59 +0000 (16:53 -0400)
kronolith/attendees.php

index 44c25db..95e5c01 100644 (file)
@@ -101,7 +101,6 @@ case 'add':
 
     // Any new resources?
     if (!empty($newResource)) {
-
         /* Get the requested resource */
         $resource = Kronolith::getDriver('Resource')->getResource($newResource);