Ticket #318 (closed defect: fixed) — at Version 2
Included Helper/DataManipulationLib.cfm Fails on CF7
| Reported by: | DanWilson | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Version: | 3.0.178 | Severity: | minor |
| Keywords: | Cc: |
Description (last modified by cfgrok) (diff)
Originally posted by Dan Wilson on 5/14/2008 at 8:28 AM: entered by Ezra Parker on port to new system
Environment: CF7 on Linux
The following line of the xmlMerge function blows chunks on cf7. The == operator is not supported on cf versions < 8
if(arrayLen(readNode.xmlNodes) AND XmlGetNodeType(readNode.xmlNodes[1]) == "CDATA_SECTION_NODE"){
(line 3613)
Replace the == operator with IS and all is well.
if(arrayLen(readNode.xmlNodes) AND XmlGetNodeType(readNode.xmlNodes[1]) IS "CDATA_SECTION_NODE"){
A corrected file in its entirety is attached.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)