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

Minor cleanups.

parent fc905063
No related branches found
No related tags found
No related merge requests found
...@@ -238,16 +238,11 @@ class FeedsNodeProcessor extends FeedsProcessor { ...@@ -238,16 +238,11 @@ class FeedsNodeProcessor extends FeedsProcessor {
'url' => array( 'url' => array(
'name' => t('URL'), 'name' => t('URL'),
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
'guid' => array( 'guid' => array(
'name' => t('GUID'), 'name' => t('GUID'),
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
/* @todo: move to mapper api.
'taxonomy' => array(
'options' => taxonomy_get_vocabularies(),
),
*/
); );
// @todo: document. // @todo: document.
drupal_alter('feeds_node_processor_targets', $targets); drupal_alter('feeds_node_processor_targets', $targets);
......
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