add qmarks function
This commit is contained in:
parent
b78a6f08b6
commit
90dafaa9f6
1 changed files with 3 additions and 0 deletions
|
@ -2537,3 +2537,6 @@
|
||||||
return $bad_tables;
|
return $bad_tables;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function arr_qmarks($arr) {
|
||||||
|
return str_repeat('?,', count($arr) - 1) . '?';
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue