aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-16 12:27:06 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-16 12:27:06 +0000
commit9a24330c7492120c2018bb04960aaf4c500c032e (patch)
tree33a3c130cc92844c5be0c06c0ccc24d95cde1b79 /services
parent79e77bd72aeb27c82ff4ef0b905d2a75f00f8258 (diff)
downloadelgg-9a24330c7492120c2018bb04960aaf4c500c032e.tar.gz
elgg-9a24330c7492120c2018bb04960aaf4c500c032e.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Minor clarification git-svn-id: https://code.elgg.org/elgg/trunk@650 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'services')
-rw-r--r--services/export/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/export/handler.php b/services/export/handler.php
index 2c8643a73..16e3cacd6 100644
--- a/services/export/handler.php
+++ b/services/export/handler.php
@@ -18,7 +18,7 @@
$guid = get_input("guid"); // guid of the entity
// For attributes eg http://example.com/odd/73/attr/owner_uuid/ or http://example.com/odd/73/metadata/86/
- $type = get_input("type"); // attr, metadata, annotation
+ $type = get_input("type"); // attr, metadata, annotation, rekationship
$id_or_name = get_input("idname"); // Either a number or the key name (if attribute)