From 03e2ec64ab00cfdd911496885387eafe0cf31734 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Oct 2009 16:06:36 +0000 Subject: - Patch #606994 by yched: move entity handling out of Field API. --- modules/rdf/rdf.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rdf/rdf.module') diff --git a/modules/rdf/rdf.module b/modules/rdf/rdf.module index d4b90b3c2..b520bfb96 100644 --- a/modules/rdf/rdf.module +++ b/modules/rdf/rdf.module @@ -310,7 +310,7 @@ function rdf_entity_info_alter(&$entity_info) { function rdf_entity_load($entities, $type) { foreach ($entities as $entity) { // Extracts the bundle of the entity being loaded. - list($id, $vid, $bundle) = field_extract_ids($type, $entity); + list($id, $vid, $bundle) = entity_extract_ids($type, $entity); $entity->rdf_mapping = rdf_mapping_load($type, $bundle); } } -- cgit v1.2.3