Replaced all instances of `$this->db->escape($filtermode)` with `$this->db->sanitize($filtermode)` in SQL query construction across multiple classes to ensure proper SQL sanitization and prevent potential SQL injection vulnerabilities. |
||
|---|---|---|
| .. | ||
| api_eventattendees.class.php | ||
| conferenceorbooth.class.php | ||
| conferenceorboothattendee.class.php | ||