[Chameleon-dev] [Bug 1230] ExpressionBuilder does not work (parse
error)
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Tue Dec 27 09:57:09 EST 2005
http://bugzilla.maptools.org/show_bug.cgi?id=1230
bartvde at xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From bartvde at xs4all.nl 2005-12-27 09:57 -------
There was a typo, a missing bracket:
<?php echo makeButton( 'closeBuilder', '', 'ExpressionBuilder',
"icons/icon_cancel.png", $oMLT->get( 'common', 'Close', 'Close' , $oMLT->get(
'common', 'CloseTip', 'Close Dialog' ), array( 'width' => 75) ); ?>
should be:
<?php echo makeButton( 'closeBuilder', '', 'ExpressionBuilder',
"icons/icon_cancel.png", $oMLT->get( 'common', 'Close', 'Close' ), $oMLT->get(
'common', 'CloseTip', 'Close Dialog' ), array( 'width' => 75) ); ?>
Fixed in CVS.
------- 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