19 declare(strict_types=1);
27 protected \ilDBInterface
$db;
37 'il_md_vocab_inactive',
44 $this->db->manipulate(
45 'DELETE FROM il_md_vocab_inactive WHERE slot = ' .
52 $res = $this->db->query(
53 'SELECT COUNT(*) AS count FROM il_md_vocab_inactive WHERE slot = ' .
56 if ($row =
$res->fetchAssoc()) {
57 return $row[
'count'] > 0;