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
...?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | feed_field_time.patch | 759 bytes | As If |
| #4 | feed_field_time_fixed.patch | 666 bytes | As If |
Comments
Comment #1
ISchier770 commentedBS"D
Thanks for this! Took care of my updating issue perfectly!
Comment #2
akolade commentedThanks for pointing that out! Fixed our updating problem.
Hope this module gets updated including this little fix.
Comment #3
As If commentedHere's a patch for this problem on 6.x.1-0. *** IGNORE THIS ONE. GRAB THE NEXT ONE. ***
Comment #4
As If commentedWoops - I doubt your server follows my directory structure. ;-) Here is a BETTER patch.
Comment #5
As If commented