mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user