1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

add qmarks function

This commit is contained in:
Andrew Dolgov
2017-12-01 12:44:54 +03:00
parent b78a6f08b6
commit 90dafaa9f6

View File

@@ -2537,3 +2537,6 @@
return $bad_tables;
}
function arr_qmarks($arr) {
return str_repeat('?,', count($arr) - 1) . '?';
}