projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4bce07
)
Add "resource" as potential driver name.
author
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 14:17:57 +0000
(15:17 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 14:17:57 +0000
(15:17 +0100)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
e09ac4f
..
72c4c6f
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-2145,6
+2145,9
@@
class Kronolith
case 'holiday':
$driver = 'Holidays';
break;
+ case 'resource':
+ $driver = 'Resource';
+ break;
}
if (empty($driver)) {