mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
use negative groupid
This commit is contained in:
parent
cbaed98f08
commit
8880080d23
@ -97,7 +97,7 @@
|
|||||||
while($GLOBALS['egw_setup']->db->next_record())
|
while($GLOBALS['egw_setup']->db->next_record())
|
||||||
{
|
{
|
||||||
$i = $GLOBALS['egw_setup']->db->f('account_id');
|
$i = $GLOBALS['egw_setup']->db->f('account_id');
|
||||||
$group_info[$i]['account_id'] = $GLOBALS['egw_setup']->db->f('account_id');
|
$group_info[$i]['account_id'] = -$GLOBALS['egw_setup']->db->f('account_id');
|
||||||
$group_info[$i]['account_lid'] = $GLOBALS['egw_setup']->db->f('account_lid');
|
$group_info[$i]['account_lid'] = $GLOBALS['egw_setup']->db->f('account_lid');
|
||||||
$group_info[$i]['account_firstname'] = $GLOBALS['egw_setup']->db->f('account_firstname');
|
$group_info[$i]['account_firstname'] = $GLOBALS['egw_setup']->db->f('account_firstname');
|
||||||
$group_info[$i]['account_lastname'] = $GLOBALS['egw_setup']->db->f('account_lastname');
|
$group_info[$i]['account_lastname'] = $GLOBALS['egw_setup']->db->f('account_lastname');
|
||||||
|
Loading…
Reference in New Issue
Block a user