PDA

View Full Version : Get list of administrators?


Kyojii
04-03-2012, 06:56 AM
There has to be a better way than doing is_member_of() on every user...

Pandemikk
04-03-2012, 07:43 AM
Why don't you just query users with usergroupid = $admin_ugp ?

Kyojii
04-03-2012, 04:10 PM
I found there was just an admin table in the db so I just grabbed the userid from there.