Quote:
Originally Posted by Deceptor
[sql]select email from user where usergroupid in (46, 6)
or find_in_set(membergroupids, 6) or find_in_set(membergroupids, 46)[/sql]
If the usergroup is secondary, you'll need the additional clauses to scan membergroupids which is saved in a comma deliminated format, easily readable thanks to MySQLs find_in_set() 
|
That brought up 4 mails including admin. Not the 92 I am looking for. Weird.
When I look in usergroup manager - the users for this custom group are noted under 'additional users' there are none in primary users. Does this help?