From: Michael J. Rubinsky Date: Fri, 11 Sep 2009 16:01:38 +0000 (-0400) Subject: Clear resources when clearing attendees page as well X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a2c8c5a002b3faf8740380619acb52c45f25e003;p=horde.git Clear resources when clearing attendees page as well --- diff --git a/kronolith/attendees.php b/kronolith/attendees.php index 50f3d8cf8..edd990fdb 100644 --- a/kronolith/attendees.php +++ b/kronolith/attendees.php @@ -193,9 +193,11 @@ case 'dismiss': exit; case 'clear': - // Remove all the attendees. + // Remove all the attendees and resources. $attendees = array(); + $resources = array(); $_SESSION['kronolith']['attendees'] = $attendees; + $_SESSION['kronolith']['resources'] = $resources; break; }