Summary | Share/datatree.php: 2 lines not used |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 06/11/2008 (6250 days ago) |
Due | |
Updated | 06/11/2008 (6250 days ago) |
Assigned | |
Resolved | 06/11/2008 (6250 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/Share/Share/datatree.php?r1=1.16.2.7&r2=1.16.2.8&ty=u
http://cvs.horde.org/diff.php/framework/Share/Share/datatree.php?r1=1.22&r2=1.23&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Share/datatree.php: 2 lines not used
Type ⇒ Bug
State ⇒ Unconfirmed
It seems that in _listAllShares() function, 3 lines are unreachable
and should be removed.
line 144:
return $this->getShares(array_keys($sharelist));
- if (is_a($shares, 'PEAR_Error')) {
- return $shares;
- }
Regards
Patrick