this software does not have any MySQL requirements
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index cffb4edaa6f48addba713962afb7c114a9adede2..b5d5d357f162aa50568d05a84d4bc550077f5cee 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -73,10 +73,31 @@ class PHPFSPOT_RPC {
             $fspot->resetTags();
             break;
 
+         case 'tagcondition':
+
+            $fspot->setTagCondition($_GET['mode']);
+            break;
+
          case 'show_photo_index':
 
+            $_SESSION['begin_with'] = $_GET['begin_with'];
             $fspot->showPhotoIndex();
             break;
+   
+         case 'showbubbledetails':
+      
+            $fspot->showBubbleDetails($_GET['id'], $_GET['direction']);
+            break;
+
+         case 'showcredits':
+
+            $fspot->showCredits();
+            break;
+
+         case 'tag_search':
+
+            $fspot->startTagSearch($_GET['for']);
+            break;
 
       }