projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dc26e
)
after remove a tag, resort the selected tag array
author
Andreas Unterkircher
<unki@netshadow.at>
Wed, 13 Jun 2007 04:28:23 +0000
(
04:28
+0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Wed, 13 Jun 2007 04:28:23 +0000
(
04:28
+0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@88
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index c1bf643ba5dd2c0a517baac7c16ec38b252dc0ad..0dea249a6a56cf037fba99b2d6006f37b113216a 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-183,6
+183,7
@@
class PHPFSPOT {
if(isset($_SESSION['selected_tags'])) {
$key = array_search($tag, $_SESSION['selected_tags']);
unset($_SESSION['selected_tags'][$key]);
+ sort($_SESSION['selected_tags']);
}
} // delTag()