diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 14:22:16 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 14:22:16 +0000 |
commit | bdb0ef6d84f781ea3e85a6670efc20b6adadb6bc (patch) | |
tree | 86975e60c60225a11b2f4c604442477837fa9535 /engine/lib | |
parent | d8db940e0a417fdbbc4aa9fee7fedcc2b69cf4c3 (diff) | |
download | elgg-bdb0ef6d84f781ea3e85a6670efc20b6adadb6bc.tar.gz elgg-bdb0ef6d84f781ea3e85a6670efc20b6adadb6bc.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Relationships export
git-svn-id: https://code.elgg.org/elgg/trunk@457 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/relationships.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 7d71adb0a..bc23ffd20 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -363,7 +363,7 @@ */ function import_relationship_plugin_hook($hook, $entity_type, $returnvalue, $params) { - $name = $params['name']; + /*$name = $params['name']; $element = $params['element']; if ($name=='ElggRelationship') @@ -372,7 +372,7 @@ $tmp->import($element); return $tmp; - } + }*/ } /** |