Changeset 6580 for trunk/include/dblayer/functions_pdo-sqlite.inc.php
- Timestamp:
- Jun 22, 2010, 11:18:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_pdo-sqlite.inc.php
r6578 r6580 414 414 function pwg_db_concat_ws($array, $separator) 415 415 { 416 $glue = sprintf(' || \'%s\' || ', $separator); 417 418 return implode($array, $glue); 416 return implode($array, ' || \''.$separator.'\' || '); 419 417 } 420 418
Note: See TracChangeset
for help on using the changeset viewer.