$negotiationextension){ $sql = "select * from tblcustomfieldtype where customfieldtypeid = " . $negotiationextension['customfieldtypeid']; $customfieldtype = db_first($sql); $negotiationextensions[$negotiationextension_key]['customfieldtype'] = $customfieldtype; } return $negotiationextensions; } else return false; } ?>