mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:39:57 +01:00
Similar to fix done for sql to fix acl access in some apps again
This commit is contained in:
parent
9f8740113a
commit
39deb72a77
@ -1024,7 +1024,7 @@
|
|||||||
return $accountid;
|
return $accountid;
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_account_name($accountid,&$lid,&$fname,&$lname)
|
function get_account_name($account_id,&$lid,&$fname,&$lname)
|
||||||
{
|
{
|
||||||
$acct_type = $this->get_type($account_id);
|
$acct_type = $this->get_type($account_id);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user