From 9fcb041eb4bb8238ac256dcaf371f724562574d9 Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 19 Mar 2001 23:09:47 +0000 Subject: [PATCH] mistype the name of the new function get_account_id() --- phpgwapi/inc/class.accounts_ldap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index d8e848d8ce..7029aa89cc 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -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();