From a2c8c5a002b3faf8740380619acb52c45f25e003 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 11 Sep 2009 12:01:38 -0400 Subject: [PATCH] Clear resources when clearing attendees page as well --- kronolith/attendees.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.11.0