function _feed_field_content() lines 125-127:

    if ($last_update - time() > $item['feed_field_freq']) {
      _feed_field_refresh_items($settings['id'], $item);
    }

Don't you mean
time() - $last_update

...?

CommentFileSizeAuthor
#3 feed_field_time.patch759 bytesAs If
#4 feed_field_time_fixed.patch666 bytesAs If

Comments

ISchier770’s picture

BS"D

Thanks for this! Took care of my updating issue perfectly!

akolade’s picture

Thanks for pointing that out! Fixed our updating problem.
Hope this module gets updated including this little fix.

As If’s picture

StatusFileSize
new759 bytes

Here's a patch for this problem on 6.x.1-0. *** IGNORE THIS ONE. GRAB THE NEXT ONE. ***

As If’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new666 bytes

Woops - I doubt your server follows my directory structure. ;-) Here is a BETTER patch.

As If’s picture

Assigned: Unassigned » As If
Status: Patch (to be ported) » Closed (fixed)