From 9a24330c7492120c2018bb04960aaf4c500c032e Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 16 May 2008 12:27:06 +0000 Subject: Marcus Povey * Minor clarification git-svn-id: https://code.elgg.org/elgg/trunk@650 36083f99-b078-4883-b0ff-0f9b5a30f544 --- services/export/handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') 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) -- cgit v1.2.3