Bug 1755 : Needs single quotes in queries official plugins
git-svn-id: http://piwigo.org/svn/trunk@6654 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
dd955526ae
commit
267c1c63a2
5 changed files with 8 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ where
|
|||
group by
|
||||
upper('.$conf['user_fields']['email'].')
|
||||
having count(*) > 1
|
||||
limit 0,1
|
||||
limit 1
|
||||
;';
|
||||
|
||||
if (pwg_db_fetch_row(pwg_query($query)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue