projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796173b
)
typo/scope
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 20 Oct 2010 23:42:55 +0000
(19:42 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Oct 2010 12:58:04 +0000
(08:58 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
0893756
..
c9c2a7f
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-973,7
+973,7
@@
class Kronolith
$GLOBALS['display_external_calendars'] = array();
$GLOBALS['display_resource_calendars'] = array();
$GLOBALS['display_holidays'] = array();
- $calendars = $
sessino
['kronolith:display_cal'];
+ $calendars = $
GLOBALS['session']
['kronolith:display_cal'];
if (!is_array($calendars)) {
$calendars = array($calendars);
}