Bruce Sorge wrote:
> I have this line of code:
> 
> <cfif IsUserInRole("SuperAdmin") OR IsUserInRole("Admin") OR
> ListGetAt('GetAuthUser',1) EQ (qEmployees.Employee_ID)>

<cfif
   IsUserInRole("SuperAdmin")
   OR IsUserInRole("Admin")
   OR ListGetAt(GetAuthUser(),1) EQ (qEmployees.Employee_ID)
 >

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242850
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to