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 | 2005-01-04 (5864 days ago) |
Due | |
Updated | 2005-01-05 (5863 days ago) |
Assigned | |
Resolved | 2005-01-05 (5863 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
plates. It'd be awfully nice of you to supply patches in the future.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
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.