Add "resource" as potential driver name.
authorJan Schneider <jan@horde.org>
Wed, 9 Dec 2009 14:17:57 +0000 (15:17 +0100)
committerJan Schneider <jan@horde.org>
Wed, 9 Dec 2009 14:17:57 +0000 (15:17 +0100)
kronolith/lib/Kronolith.php

index e09ac4f..72c4c6f 100644 (file)
@@ -2145,6 +2145,9 @@ class Kronolith
         case 'holiday':
             $driver = 'Holidays';
             break;
+        case 'resource':
+            $driver = 'Resource';
+            break;
         }
 
         if (empty($driver)) {