And you could always do a version number check as well to see if it is CFMX
and only use the code in that instance.
Paul
>
> > of course you could do:
> >
> > <cfif IsDefined("url.requesttimeout")>
> > <cfif IsNumeric(url.requesttimeout)>
> > <cfsetting requesttimeout = "#url.requesttimeout#">
> > </cfif>
> > </cfif>
> >
> > -- not sure if you'll need the hashes in this case, ut probably...
>
> Well, you spotted the deliberate mistake! Don't need hashes
> and quotes afaik.
>
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]