mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 11:59:16 +01:00
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;
|
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__);
|
$this->db->query("SELECT account_type FROM phpgw_accounts WHERE account_id='".$account_id."'",__LINE__,__FILE__);
|
||||||
if ($this->db->num_rows()) {
|
if ($this->db->num_rows()) {
|
||||||
$this->db->next_record();
|
$this->db->next_record();
|
||||||
|
Loading…
Reference in New Issue
Block a user