diff --git a/ajax/getcontacttags.php b/ajax/getcontacttags.php new file mode 100644 index 0000000..9c25e1a --- /dev/null +++ b/ajax/getcontacttags.php @@ -0,0 +1,44 @@ + + +{identifier:"tag", +items: [ +getContactTags($userservice->getCurrentUserId(), 1000, $userservice->getCurrentUserId()); + foreach($listTags as $t) { + echo "{tag: \"".$t['tag']."\"},"; + } +?> +]} + + + +