1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch 'ticket/17142' into ticket/17142-master

This commit is contained in:
rxu
2023-06-08 10:20:24 +07:00
12 changed files with 123 additions and 57 deletions

View File

@@ -474,4 +474,12 @@ class factory implements driver_interface
{
return $this->get_driver()->sql_quote($msg);
}
/**
* {@inheritDoc}
*/
public function clean_query_id($query_id)
{
return $this->get_driver()->clean_query_id($query_id);
}
}