summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 09:04:07 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 09:04:07 +0000
commitad475b7bd059945962e48363cefba03a4f547221 (patch)
tree84d30f7c682d9fc23cbdea4e4844197a2870e8ac /rpc.php
parentd642f891ce6f17ac0d402922d6c417f99e832d21 (diff)
first implementation of "selected tag condition"
git-svn-id: file:///var/lib/svn/phpfspot/trunk@74 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php5
1 files changed, 5 insertions, 0 deletions
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();