Instead of:
<Cfif #Deptid# IN #session.privileges#>


Try something like this:

<cfif listcontains(session.privileges, deptid) is not 0>

(Not sure on the exact syntax. This is direct from the CFML 4.0 language
reference, and they don't use any ##'s or ""'s (i.e.
#listcontains(session.privileges, deptid)# is not "0"), which I think you
might need. But, I'm blindly trusting the book here.

Ah, syntax.

-d






************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to