implement clean deletion of Seminaries
This commit is contained in:
parent
4dca3e8089
commit
60b7f12f79
25 changed files with 410 additions and 9 deletions
|
|
@ -437,6 +437,17 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Delete all Character groups Quests of a Character groups-group.
|
||||
*
|
||||
* @param int $groupsgroupId ID of Character groups-group to delete Quests of
|
||||
*/
|
||||
public function deleteQuestsOfGroupsgroup($groupsgroupId)
|
||||
{
|
||||
$this->db->query('DELETE FROM charactergroupsquests WHERE charactergroupsgroup_id = ?', 'i', $groupsgroupId);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue