diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-12 17:36:34 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-12 17:36:34 +0000 |
commit | 15a6c1b6db19c2304d4c1c15dc6ed2a21a51cee2 (patch) | |
tree | 4a8c3f2a5ab71a243b8b01056307920419f39059 /rpc.php | |
parent | e08ab23bf6ba8c9128ed72300d6e7457e75276bd (diff) |
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
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(); |