projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b127fca
)
this code will never be reached
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 13 Jan 2011 01:37:42 +0000
(20:37 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 13 Jan 2011 01:43:02 +0000
(20:43 -0500)
Since the conditional was added to test for 'internal_' calendars,
this could *never* be a resource calendar. Not sure this block even
ever made sense anyway...remove it.
kronolith/lib/FreeBusy.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/FreeBusy.php
b/kronolith/lib/FreeBusy.php
index
4a6ffca
..
cac5c2a
100644
(file)
--- a/
kronolith/lib/FreeBusy.php
+++ b/
kronolith/lib/FreeBusy.php
@@
-43,11
+43,6
@@
class Kronolith_FreeBusy
$user = $share->get('owner');
break;
} catch (Horde_Exception $e) {
- /* Might be a Kronolith_Resource. */
- if (Kronolith_Resource::isResourceCalendar($calendar)) {
- $user = $calendar;
- break;
- }
}
}
}