Is <cfset request.auid = GetAuthUser()> a fu...
# cfml-beginners
f
Is <cfset request.auid = GetAuthUser()> a function?
d
Dang man, you need some basic lessons.
GetAuthUser() is called and the value returned from that function is set to
request.auid
Keep the converstation in one thread. Atleast try to.
f
I've never had to use it
until now...thanks
the guy who wrote this is long gone, we're running cf 11
d
I'm curious to know what kind of application you inherited. I actually still a few hours per week refactoring old old code. I hate coming across variables with no scope at all.
So....
have you found the authorized_people?
f
It's the form for only one department.
she just wanted the new employee to have access..
I wanted to know why it did what did
d
Haha, that is also what I've been doing with the old code. I remove all the hard coded lists of user access. So did you figure out the design of that system?
Anything that doesn't make sense still?
f
Yeah, it won't need to be fixed for another couple of years
it was for a test deferment form