From 6f67421bdbf2c4c92600e1553e855244bdb71ccf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 30 Jun 2007 07:59:38 +0000 Subject: on reset also reset tag search result git-svn-id: file:///var/lib/svn/phpfspot/trunk@139 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index 13517f2..89cf0b8 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -281,6 +281,12 @@ class PHPFSPOT { } // resetTags() + public function resetTagSearch() + { + unset($_SESSION['searchfor']); + + } // resetTagSearch() + public function getPhotoSelection() { $tagged_photos = Array(); -- cgit v1.2.3-18-g5258