mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
removed extraneous parameter
This commit is contained in:
parent
f38505501e
commit
111a3f1e2f
@ -512,7 +512,7 @@ It should use the values in the $this->data
|
|||||||
$sql = "select acl_account, acl_rights from phpgw_acl where acl_appname = '$app' and "
|
$sql = "select acl_account, acl_rights from phpgw_acl where acl_appname = '$app' and "
|
||||||
. "acl_location in ";
|
. "acl_location in ";
|
||||||
$security = "('". $phpgw_info['user']['account_id'] ."'";
|
$security = "('". $phpgw_info['user']['account_id'] ."'";
|
||||||
$my_memberships = $phpgw->accounts->memberships(intval($phpgw_info['user']['account_id']));
|
$my_memberships = $phpgw->accounts->memberships();
|
||||||
while($my_memberships && $groups = each($my_memberships))
|
while($my_memberships && $groups = each($my_memberships))
|
||||||
{
|
{
|
||||||
$group = each($groups);
|
$group = each($groups);
|
||||||
|
Loading…
Reference in New Issue
Block a user