From ca33ffdcbb65a0b344e450966c2fcff1d9e9212b Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Wed, 6 Jun 2007 19:41:44 +0000 Subject: display photo index as matrix show a larger pic when user clicks on it git-svn-id: file:///var/lib/svn/phpfspot/trunk@25 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index c81a7ae..cffb4ed 100644 --- a/rpc.php +++ b/rpc.php @@ -45,9 +45,7 @@ class PHPFSPOT_RPC { switch($_GET['action']) { case 'showphoto': - $fspot->prepare_single_photo($_GET['id']); - $fspot->tmpl->show("body.tpl"); - + $fspot->showPhoto($_GET['id']); break; case 'show_available_tags': -- cgit v1.2.3-18-g5258