From 876d9e63fc3ff814f84acb6c5f8293c8542dbba4 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 8 Jul 2006 09:08:48 +0000 Subject: 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 --- admin/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/tags.php') 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')) { -- cgit v1.2.3