The title of the field stay when it is empty.

i have modified this lines in feed_field.module

line 157, 178, 199
if (!empty($data)) $out .= '

' . $item['feed_field_title'] . '

';

I'm not sure, I put this on "Need Review"

CommentFileSizeAuthor
#2 feed_field-645154-2.patch2.72 KBedjay

Comments

edjay’s picture

oups sorry for the description

edjay’s picture

StatusFileSize
new2.72 KB

The title of the field stay when it is empty.

Starting from the last dev version on drupal.org, I submit my first patch, it need reviews ^^.

I have just put a verification statement for the

which is inserted although the title or the content of the field is empty.

if (!empty($data)) {
  $out .= ........
}

sorry for the english.

As If’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

This patch is for the dev version.

As If’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.