logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
: authority id question
Begin main content
Forum OpenACS Q&A: authority id question
Search:
Back to OpenACS Q&A
1
:
authority id question
Posted by
Chris Grant
on
10/16/04 08:56 AM
hi all,
just wondering how to check for the current authority_id via tcl.
thanks, Chris.
2
:
Re: authority id question
(response to
1
)
Posted by
Rocael Hernández Rizzardini
on
10/16/04 06:44 PM
the authority_id is per users basis, then a query like this:
select authority_id from users where user_id = :user_id
should do what you want...
Back to OpenACS Q&A