mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
add qmarks function
This commit is contained in:
@@ -2537,3 +2537,6 @@
|
||||
return $bad_tables;
|
||||
}
|
||||
|
||||
function arr_qmarks($arr) {
|
||||
return str_repeat('?,', count($arr) - 1) . '?';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user