summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/rpc.php b/rpc.php
index 6c94e8f..1f8698e 100644
--- a/rpc.php
+++ b/rpc.php
@@ -75,6 +75,7 @@ class PHPFSPOT_RPC {
case 'reset':
$fspot->resetTagSearch();
+ $fspot->resetNameSearch();
$fspot->resetTags();
$fspot->resetDateSearch();
$fspot->resetPhotoView();
@@ -101,14 +102,7 @@ class PHPFSPOT_RPC {
break;
case 'search':
- $fspot->startSearch($_GET['for'], $_GET['from'], $_GET['to']);
-
- if((isset($_GET['from']) && $fspot->isValidDate($_GET['from'])) &&
- (isset($_GET['to']) && $fspot->isValidDate($_GET['to']))) {
- }
- else {
- $fspot->startSearch($_GET['for']);
- }
+ $fspot->startSearch($_GET['for']);
break;
case 'update_sort_order':