forked from extern/egroupware
mistype the name of the new function get_account_id()
This commit is contained in:
parent
6c824a2ca8
commit
9fcb041eb4
@ -214,7 +214,7 @@
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
|
||||
$account_id = get_account_type($accountid);
|
||||
$account_id = get_account_id($accountid);
|
||||
$this->db->query("SELECT account_type FROM phpgw_accounts WHERE account_id='".$account_id."'",__LINE__,__FILE__);
|
||||
if ($this->db->num_rows()) {
|
||||
$this->db->next_record();
|
||||
|
Loading…
Reference in New Issue
Block a user