feeds_item)) { // Find the feeds item for this node. $info = feeds_item_info_load('node', $node->nid); if ($info) { // Feeds item found, empty the hash so the node will get reimported. $info->hash = NULL; drupal_write_record('feeds_item', $info, array('entity_type', 'entity_id')); } } }