From 347fb6e3213f2b8429b5fbfd4a850b16c56a282d Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 29 Sep 2011 13:48:49 +0000 Subject: bug 2449 fixed: in the "tags box" on batch manager and picture_modify, we should only display the tag in the current user language, not the tag in all available languages. git-svn-id: http://piwigo.org/svn/trunk@12259 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/picture_modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/picture_modify.php') diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 7dd6fcbc5..fb39a16a6 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -241,7 +241,7 @@ SELECT name FROM '.TAGS_TABLE.' ;'; -$tags = get_taglist($query); +$tags = get_taglist($query, false); // retrieving direct information about picture $query = ' -- cgit v1.2.3