issue27, added a nice export icon
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index 80c80b1c53d9225a0c787a688e5040d449cdee15..704c921a63f9d9da033adbde9a25d9e9ab81e069 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -66,8 +66,9 @@ class PHPFSPOT_RPC {
             $fspot->delTag($_GET['id']);
             break;
 
-         case 'resettags':
+         case 'reset':
 
+            $fspot->resetTagSearch();
             $fspot->resetTags();
             break;
 
@@ -97,6 +98,11 @@ class PHPFSPOT_RPC {
             $fspot->startTagSearch($_GET['for']);
             break;
 
+         case 'get_export':
+
+            $fspot->getExport($_GET['mode']);
+            break;
+
       }
 
    } // process_ajax_request();