Feature 1255 : missing quotes in concat function for mysql
git-svn-id: http://piwigo.org/svn/trunk@4929 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a8c86a3d91
commit
9daf2aa7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ function do_maintenance_all_tables()
|
|||
function pwg_db_concat($array)
|
||||
{
|
||||
$string = implode($array, ',');
|
||||
return 'CONCAT('. $string.')';
|
||||
return 'CONCAT(\''. $string.'\')';
|
||||
}
|
||||
|
||||
function pwg_db_concat_ws($array, $separator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue