function db_placeholders in Case Tracker 7
This function is used in the views handlers
File
- ./
casetracker.module, line 1382 - Enables the handling of projects and their cases.
Code
function db_placeholders($arguments, $type = 'int') {
$placeholder = db_type_placeholder($type);
return implode(',', array_fill(0, count($arguments), $placeholder));
}