diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-23 13:48:34 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-23 13:48:34 +0000 |
commit | e00eef0a999c366bbfb7912841bd845f659af649 (patch) | |
tree | 1de94b63085701511adc4834e3ecaefbc3ba8967 /rpc.php | |
parent | cb4b29076f41be249d2f4b54204085722ef6beff (diff) |
renamed search to tagsearch
issue16, matching tags are now placed into the selected-tags list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@127 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,9 +94,9 @@ class PHPFSPOT_RPC { $fspot->showCredits(); break; - case 'search': + case 'tag_search': - $fspot->startSearch($_GET['for']); + $fspot->startTagSearch($_GET['for']); break; } |