From 2c33b25c82ee1b2a5eaf4eb4f8839cc47bf8425e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 1 Jan 2008 12:55:00 +0100 Subject: added some comments display "no tags selected" when nothing is selected. otherwise it looks like a bit kind of error when empty --- rpc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpc.php') 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': -- cgit v1.2.3-18-g5258