Bug 1763 fixed : [PostgreSQL] double quote used in queries

git-svn-id: http://piwigo.org/svn/trunk@6664 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2010-07-05 21:18:14 +00:00
parent 531ee35375
commit a9849aa9b6
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ if ('categories' == $page['section'])
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE
uppercats LIKE "'.$page['category']['uppercats'].',%" '
uppercats LIKE \''.$page['category']['uppercats'].',%\' '
.get_sql_condition_FandF(
array
(