Summary | ULAFORM_BASE constant defined twice |
Queue | Ulaform |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | paul.g.roy (at) uottawa (dot) ca |
Created | 02/05/2008 (6439 days ago) |
Due | |
Updated | 02/05/2008 (6439 days ago) |
Assigned | |
Resolved | 02/05/2008 (6439 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ULAFORM_BASE constant defined twice
Queue ⇒ Ulaform
ulaform/index.php
ulaform/forms.php
but the one in ulaform/forms.php is not wrapped in an IF statement so
it triggers a warning in phperrors.log
in forms.php, this line
11: if (!defined('ULAFORM_BASE')) {
should be replaced with
11: if (!defined('ULAFORM_BASE')) {
12: define('ULAFORM_BASE', dirname(__FILE__));
13: }
Versions:
- Pulled from CVS on Feb 5
- Horde 4.0
ulaform/index.php,v 1.19 2008/01/10
ulaform/forms.php,v 1.28 2008/01/10