mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-20 05:51:03 +02:00
add qmarks function
This commit is contained in:
parent
b78a6f08b6
commit
90dafaa9f6
@ -2537,3 +2537,6 @@
|
||||
return $bad_tables;
|
||||
}
|
||||
|
||||
function arr_qmarks($arr) {
|
||||
return str_repeat('?,', count($arr) - 1) . '?';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user