mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
collation mysql8 pandora_enterprise#9290
This commit is contained in:
parent
b60ab583bf
commit
fe1a2cd962
@ -1092,7 +1092,7 @@ function events_get_all(
|
||||
// Custom data.
|
||||
if (empty($filter['custom_data']) === false) {
|
||||
if (isset($config['dbconnection']->server_version) === true
|
||||
&& $config['dbconnection']->server_version > 50600
|
||||
&& $config['dbconnection']->server_version > 80000
|
||||
) {
|
||||
if ($filter['custom_data_filter_type'] === '1') {
|
||||
$sql_filters[] = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user