From: Jan Schneider Date: Wed, 9 Dec 2009 14:17:57 +0000 (+0100) Subject: Add "resource" as potential driver name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6941e0b487bacc35c4225a72e48a3419824e5f34;p=horde.git Add "resource" as potential driver name. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index e09ac4f52..72c4c6f89 100644 --- 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)) {