diff options
author | rub <rub@piwigo.org> | 2006-07-09 09:04:22 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-07-09 09:04:22 +0000 |
commit | e40f590bbd3b2cc1a6c41e7ccf5f05c0e92b65d5 (patch) | |
tree | 2f93871a781e2ac637652a9fe48aff18661b6896 /admin/include/functions.php | |
parent | 73d44f9784eaa97f7dd233517abce32a8a1731f5 (diff) |
Resolved Issue ID 0000447:
o Fix Incorrect Tag Translations
git-svn-id: http://piwigo.org/svn/trunk@1452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 47745a5a7..d84e66073 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -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.' |