show additional infos in the image preview bubble
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index cffb4edaa6f48addba713962afb7c114a9adede2..48b4c40502b3c07aa6839b98c435fa221d30c7d0 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -77,6 +77,11 @@ class PHPFSPOT_RPC {
 
             $fspot->showPhotoIndex();
             break;
+   
+         case 'showbubbledetails':
+      
+            $fspot->showBubbleDetails($_GET['id'], $_GET['direction']);
+            break;
 
       }