summaryrefslogtreecommitdiff
path: root/modules/rdf/rdf.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-20 17:33:43 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-20 17:33:43 +0000
commit8f21cc40259db9406e00a083b4b6ca2ff9ebbb57 (patch)
tree0e420408ae7173fd9d03ec48ef7aa064adbb6f3c /modules/rdf/rdf.install
parent0fa300a696e42483d6ca3a94ba8ce74b7cbea2be (diff)
downloadbrdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.gz
brdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.bz2
#493030 follow-up by sun: Clean-ups to RDF module.
Diffstat (limited to 'modules/rdf/rdf.install')
-rw-r--r--modules/rdf/rdf.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rdf/rdf.install b/modules/rdf/rdf.install
index 0467842a6..ec553fcda 100644
--- a/modules/rdf/rdf.install
+++ b/modules/rdf/rdf.install
@@ -43,8 +43,8 @@ function rdf_schema() {
* Implements hook_install().
*/
function rdf_install() {
- // The installer does not trigger hook_modules_installed() so it needs to
- // triggered programmatically on the modules which defined RDF mappings.
+ // The installer does not trigger hook_modules_installed(), so it needs to be
+ // triggered manually for modules defining RDF mappings.
$modules = module_implements('rdf_mapping');
rdf_modules_installed($modules);
}