mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 14:25:02 +02:00
Resolved Issue ID 0000447:
o Fix Incorrect Tag Translations Merge BSF r1451:1452 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1453 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1756,7 +1756,7 @@ function tag_id_from_tag_name($tag_name)
|
||||
$tag_name = mysql_escape_string($tag_name);
|
||||
}
|
||||
|
||||
// does the tag already exist?
|
||||
// does the tag already exists?
|
||||
$query = '
|
||||
SELECT id
|
||||
FROM '.TAGS_TABLE.'
|
||||
|
||||
Reference in New Issue
Block a user