diff options
author | plegall <plg@piwigo.org> | 2006-07-08 09:08:48 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-07-08 09:08:48 +0000 |
commit | 876d9e63fc3ff814f84acb6c5f8293c8542dbba4 (patch) | |
tree | 8f5c4a91f31ba1dd54b378e962ee1df1b76292ed /admin | |
parent | 480210a4947cee4f135cb7c106ec753b8bbd27ee (diff) |
merge -r1439:1440 from branch 1.6 to trunk (bug 455 fixed: deleting a tag
also add a tag if "add tag" box filled).
git-svn-id: http://piwigo.org/svn/trunk@1441 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/tags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/tags.php b/admin/tags.php index 7ff29727c..8f3ca5bee 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -147,7 +147,7 @@ DELETE // | add a tag | // +-----------------------------------------------------------------------+ -if (isset($_POST['add_tag']) and !empty($_POST['add_tag'])) +if (isset($_POST['add']) and !empty($_POST['add_tag'])) { if (function_exists('mysql_real_escape_string')) { |