View Single Post
06-12-2011, 03:27 PM   #3
legal
Junior Member
 
Join Date: Jun 2011
Posts: 6
Rep Power: 0
legal is getting browny points
So sad...

Can you help me - how to make it take the secondary group?
While I had saw the source code, I found this mysql query:
Code:
$us = $vb->db->query("SELECT userid, username FROM " . TABLE_PREFIX . "user where usergroupid = $group[usergroupid] or FIND_IN_SET($group[usergroupid], membergroupids)");
It is mean that script checks the value in two fields - by primary and by secondary group too. I tried to understand another procedures, but it failed becouse I don't know PHP .

It will be fery useful, if the bridge will be able to take a secondary group in account

Last edited by legal; 06-12-2011 at 03:28 PM. Reason: error
legal is offline   Reply With Quote