[Chameleon-dev] [Bug 1102] LegendTemplate controlvisibility
attribute is case sensitive
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Fri Jun 24 13:10:55 EDT 2005
http://bugzilla.maptools.org/show_bug.cgi?id=1102
------- Additional Comments From mcgrawj at agr.gc.ca 2005-06-24 13:10 -------
Okay, I just checked and 2.2 is still case-sensitive.
The start of InitDefaults should read (it's line 84 that's different):
if (isset($this->maParams['CONTROLVISIBILITY']))
{
$this->mbControlVisibility = (strcasecmp($this->maParams
['CONTROLVISIBILITY'], "TRUE") == 0) ? true : false;
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list