Custom content cause error with filter

Phillip Rasmussen <[email protected]>
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
Farcry 6.2.10/MySQL
When filtering a custom content item by title (that requires pagination) I 
get the error '"" cannot be converted to boolean' in objectadmin.cfm

I've resolved issue by changing line 1090 in the objectadmin.cfm:

<cfif structKeyExists(arguments.st, "bHasMultipleVersion") AND 
arguments.st.bHasMultipleVersion>
to
<cfif structKeyExists(arguments.st, "bHasMultipleVersion") AND 
val(arguments.st.bHasMultipleVersion)>

But perhaps someone know the reason for this error?

Cheers
Phil

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/groups/opt_out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.