can someone tell me what is wrong with this statement:
<CFIF #GetID.UserType# eq "super" OR "admin">
I keep an error on this.
The error is:
----------------------------
Error Diagnostic Information
InsideText
Cannot convert admin to boolean.
Please, check the ColdFusion manual for the allowed conversions between data types
<CFIF #GetID.UserType# eq "super" OR "admin">
I keep an error on this.
The error is:
----------------------------
Error Diagnostic Information
InsideText
Cannot convert admin to boolean.
Please, check the ColdFusion manual for the allowed conversions between data types