diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 06:33:18 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 06:33:18 +0000 |
commit | a365bbcf0ccc18cc5cee9e5cc697725279b02e53 (patch) | |
tree | a4a3006eefdc72bfe6321696f6b8c907f498e106 /rpc.php | |
parent | 99b313d1ae233bc46374a6ba435447b5f7b669af (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.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -84,11 +84,6 @@ class PHPFSPOT_RPC { $fspot->showPhotoIndex(); break; - case 'showbubbledetails': - - $fspot->showBubbleDetails($_GET['id'], $_GET['direction']); - break; - case 'showcredits': $fspot->showCredits(); |