Skip to content
Snippets Groups Projects
Commit 77db08fe authored by Alex Barth's avatar Alex Barth
Browse files

#891982 bangpound, twistor: Support Link 2.x.

parent 2be9341a
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
Feeds 6.x xxxxxxxxxxxxxxxxxxxxxx Feeds 6.x xxxxxxxxxxxxxxxxxxxxxx
-------------------------------- --------------------------------
- #891982 bangpound, twistor: Support Link 2.x.
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid(). - #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to - #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
be set. be set.
......
...@@ -50,6 +50,7 @@ function link_feeds_node_processor_targets_alter(&$targets, $content_type) { ...@@ -50,6 +50,7 @@ function link_feeds_node_processor_targets_alter(&$targets, $content_type) {
* The value to assign to the CCK field. * The value to assign to the CCK field.
*/ */
function link_feeds_set_target($node, $target, $value) { function link_feeds_set_target($node, $target, $value) {
module_load_include('inc', 'link');
if (!empty($value)) { if (!empty($value)) {
static $defaults = array(); static $defaults = array();
list($field_name, $sub_field) = split(':', $target); list($field_name, $sub_field) = split(':', $target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment