diff options
| author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-16 12:27:06 +0000 | 
|---|---|---|
| committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-16 12:27:06 +0000 | 
| commit | 9a24330c7492120c2018bb04960aaf4c500c032e (patch) | |
| tree | 33a3c130cc92844c5be0c06c0ccc24d95cde1b79 | |
| parent | 79e77bd72aeb27c82ff4ef0b905d2a75f00f8258 (diff) | |
| download | elgg-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
| -rw-r--r-- | services/export/handler.php | 2 | 
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)  | 
