diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 0954040..8646ff1 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -643,6 +643,9 @@ class PHPFSPOT { if(!in_array($tag, $_SESSION['selected_tags'])) array_push($_SESSION['selected_tags'], $tag); + + + return "ok"; } // addTag() @@ -663,6 +666,8 @@ class PHPFSPOT { sort($_SESSION['selected_tags']); } + return "ok"; + } // delTag() /** @@ -1447,6 +1452,8 @@ class PHPFSPOT { { $_SESSION['tag_condition'] = $mode; + return "ok"; + } // setTagCondition() /** |