projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4ca91
)
Clear resources when clearing attendees page as well
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 11 Sep 2009 16:01:38 +0000
(12:01 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:53 +0000
(16:53 -0400)
kronolith/attendees.php
patch
|
blob
|
history
diff --git
a/kronolith/attendees.php
b/kronolith/attendees.php
index
50f3d8c
..
edd990f
100644
(file)
--- 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;
}