From 15a6c1b6db19c2304d4c1c15dc6ed2a21a51cee2 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 12 Jul 2007 17:36:34 +0000 Subject: issue13, added first try of external link to directly jump to a photo git-svn-id: file:///var/lib/svn/phpfspot/trunk@192 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 704c921..4bbf4d5 100644 --- a/rpc.php +++ b/rpc.php @@ -70,6 +70,7 @@ class PHPFSPOT_RPC { $fspot->resetTagSearch(); $fspot->resetTags(); + $fspot->resetPhotoView(); break; case 'tagcondition': @@ -103,6 +104,10 @@ class PHPFSPOT_RPC { $fspot->getExport($_GET['mode']); break; + case 'get_photo_to_show': + $fspot->getCurrentPhoto(); + break; + } } // process_ajax_request(); -- cgit v1.2.3-18-g5258