bug fixed: remove useless mysql_real_escape because web api already process

all input parameters.


git-svn-id: http://piwigo.org/svn/trunk@2646 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2008-10-03 21:26:21 +00:00
parent 606fb2346a
commit 0287283e38
-2
View File
@@ -1819,8 +1819,6 @@ function get_extents($start='')
function create_tag($tag_name)
{
$tag_name = mysql_real_escape_string($tag_name);
// does the tag already exists?
$query = '
SELECT id