projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e9439
)
Actually remove this code
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 3 Sep 2009 20:36:15 +0000
(16:36 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:50 +0000
(16:53 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
2754042
..
9824237
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-2031,12
+2031,6
@@
class Kronolith
return $driver->listResources($params);
}
-// static public function getResource($id)
-// {
-// $driver = Kronolith::getDriver('Resource');
-// return new Kronolith_Resource_Single($driver->getResource($id));
-// }
-
static public function isResourceCalendar($calendar)
{
if (strncmp($calendar, 'resource_', 9) === 0) {