Summary | problem.php -- bad "explode" |
Queue | Horde Base |
Queue Version | 3.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | dustin (at) ywlcs (dot) org |
Created | 01/04/2005 (7500 days ago) |
Due | |
Updated | 01/05/2005 (7499 days ago) |
Assigned | |
Resolved | 01/05/2005 (7499 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
plates. It'd be awfully nice of you to supply patches in the future.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem.php -- bad "explode"
Queue ⇒ Horde Base
if (empty($host)) {
$host = $conf['server']['name'];
}
If the "explode" returns other than two results, the first line
produces an error, although the second line is probably supposed to
catch just that error. The required changes are trivial.