Similar to fix done for sql to fix acl access in some apps again

This commit is contained in:
Miles Lott 2004-02-07 21:25:05 +00:00
parent 9f8740113a
commit 39deb72a77

View File

@ -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);