=$_title?>
(function () use ($mysqli, $constraint, $nospinner, $noactions) {
if (!isset($noactions))
$noactions = false;
$sql = "
SELECT * FROM calls
";
$sql .= $constraint;
$stmt = $mysqli->prepare($sql);
$stmt->execute();
$r = $stmt->get_result();
$id = "calls";
$order = '[[2, "asc"], [8, "desc"]]';
$editable = [
'app_start',
'app_end',
'default_valid_from',
'default_valid_to'
];
$ajax = false;
$idcell = "shorthand";
$entrytable = 'calls';
$nospinner = true;
include __DIR__ . '/autotable.php';
$stmt->reset();
})();
?>
Aktuell für Bewerbungen zugeordnete Calls
-
DS: =$callsdefault['ds']['shorthand']?>
-
LÜ: =$callsdefault['lue']['shorthand']?>
include_once __DIR__ . "/footer.php";
?>