mistype the name of the new function get_account_id()

This commit is contained in:
skeeter 2001-03-19 23:09:47 +00:00
parent 6c824a2ca8
commit 9fcb041eb4

View File

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