'user_id', 'form_id' => $form_id, ); $user_id_field = FrmDb::get_var( 'frm_fields', $where, 'id' ); return (int) $user_id_field; } /** * This function should only be fired when Mandrill is sending an HTML email * This will make sure Mandrill doesn't mess with our HTML emails * * @since 2.03.04 * * @return bool */ public static function remove_mandrill_br() { return false; } }