> does it matter what order its in?
> 
> isUserInRole("admin,user")
> or
> isUserInRole("user,admin")
> 
> Steve

The order shouldn't matter, though I haven't tested it. In theory if you
were logged in with:

<cfloginuser roles="admin,user" ...>
then
isUserInRole("user,admin") should return true. If not then it's not a
feature request, it's a bug!

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to