summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-01 12:55:00 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-01 12:55:00 +0100
commit2c33b25c82ee1b2a5eaf4eb4f8839cc47bf8425e (patch)
treef5ffd18bf4178aba0cca6e26dd67aaf69532f598 /rpc.php
parent5bc350814a9426a89e8ab06728badad9430d4015 (diff)
added some comments
display "no tags selected" when nothing is selected. otherwise it looks like a bit kind of error when empty
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc.php b/rpc.php
index 1f01633..6c94e8f 100644
--- a/rpc.php
+++ b/rpc.php
@@ -54,11 +54,11 @@ class PHPFSPOT_RPC {
break;
case 'show_available_tags':
- $fspot->getAvailableTags();
+ print $fspot->getAvailableTags();
break;
case 'show_selected_tags':
- $fspot->getSelectedTags();
+ print $fspot->getSelectedTags();
break;
case 'addtag':