summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
commita365bbcf0ccc18cc5cee9e5cc697725279b02e53 (patch)
treea4a3006eefdc72bfe6321696f6b8c907f498e106 /rpc.php
parent99b313d1ae233bc46374a6ba435447b5f7b669af (diff)
issue41, remove any trace of the javascript bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@196 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpc.php b/rpc.php
index 4bbf4d5..49d1930 100644
--- a/rpc.php
+++ b/rpc.php
@@ -84,11 +84,6 @@ class PHPFSPOT_RPC {
$fspot->showPhotoIndex();
break;
- case 'showbubbledetails':
-
- $fspot->showBubbleDetails($_GET['id'], $_GET['direction']);
- break;
-
case 'showcredits':
$fspot->showCredits();