From d902cdfd067b6ae1356c537b4d5605307f3ed524 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 7 Jun 2007 15:09:29 +0000 Subject: show additional infos in the image preview bubble git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index cffb4ed..48b4c40 100644 --- 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; } -- cgit v1.2.3-18-g5258