From 51de749fd8c815417fe416822dcae68d6accb4fc Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 10 Sep 2009 12:11:12 -0400 Subject: [PATCH] notify user if a requested resource rejects invitation when saving event --- kronolith/lib/Kronolith.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 5de3a6894..0c0c9cf6f 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1554,8 +1554,6 @@ class Kronolith $r = Kronolith::getDriver('Resource')->getResource($id); $accepted[] = $r->get('name'); } - - } if (count($declined)) { $GLOBALS['notification']->push(sprintf(ngettext("The following resource has declined your request: %s", -- 2.11.0