From 881f1860c8eb62e5e22d1cec22dbd2aa355c4674 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 10 Sep 2009 10:28:57 -0400 Subject: [PATCH] Initial adding of resource to an event from the attendees page. --- kronolith/attendees.php | 1 - 1 file changed, 1 deletion(-) diff --git a/kronolith/attendees.php b/kronolith/attendees.php index 44c25db70..95e5c011d 100644 --- a/kronolith/attendees.php +++ b/kronolith/attendees.php @@ -101,7 +101,6 @@ case 'add': // Any new resources? if (!empty($newResource)) { - /* Get the requested resource */ $resource = Kronolith::getDriver('Resource')->getResource($newResource); -- 2.11.0