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
This commit is contained in:
plegall
2006-07-08 09:08:48 +00:00
parent 480210a494
commit 876d9e63fc
+1 -1
View File
@@ -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'))
{