function _biblio_feeds_set__keyword_target in Bibliography Module 7
Same name and namespace in other branches
- 7.2 includes/biblio.feeds.inc \_biblio_feeds_set__keyword_target()
1 string reference to '_biblio_feeds_set__keyword_target'
File
- includes/
biblio.feeds.inc, line 122
Code
function _biblio_feeds_set__keyword_target($source, $entity, $target, $value) {
if (!empty($value)) {
$entity->biblio_keywords = $value;
}
}