fixed missing next_record()

This commit is contained in:
skeeter 2001-03-21 06:13:42 +00:00
parent e7a9f708bc
commit afc340b7c5

View File

@ -187,6 +187,7 @@
}
$this->db->query("SELECT count(*) FROM phpgw_accounts WHERE account_lid='".$account_lid."'",__LINE__,__FILE__);
$this->db->next_record();
return $this->db->f(0) > 0;
}