From ad475b7bd059945962e48363cefba03a4f547221 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 9 Jun 2007 09:04:07 +0000 Subject: first implementation of "selected tag condition" git-svn-id: file:///var/lib/svn/phpfspot/trunk@74 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 4599e11..ef1be6a 100644 --- a/rpc.php +++ b/rpc.php @@ -73,6 +73,11 @@ class PHPFSPOT_RPC { $fspot->resetTags(); break; + case 'tagcondition': + + $fspot->setTagCondition($_GET['mode']); + break; + case 'show_photo_index': $fspot->showPhotoIndex(); -- cgit v1.2.3-18-g5258