added some comments
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index 1f016336b4102a7f10ebad60d0acc6632665f5fa..6c94e8f72653a0e6715bd09fe0ee04519c66576e 100644 (file)
--- 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':