From af0be8f9546fb5dec947be33e465bb6d9e85d0a7 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 27 Mar 2008 22:59:06 +0100 Subject: issue111, first try of auto completion for tag search box Signed-off-by: Andreas Unterkircher --- rpc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index f850dad..786bc7d 100644 --- a/rpc.php +++ b/rpc.php @@ -58,6 +58,10 @@ class PHPFSPOT_RPC { } break; + case 'getxmltaglist': + print $fspot->get_xml_tag_list(); + break; + case 'show_available_tags': print $fspot->getAvailableTags(); break; -- cgit v1.2.3-18-g5258