mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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.
|
// Custom data.
|
||||||
if (empty($filter['custom_data']) === false) {
|
if (empty($filter['custom_data']) === false) {
|
||||||
if (isset($config['dbconnection']->server_version) === true
|
if (isset($config['dbconnection']->server_version) === true
|
||||||
&& $config['dbconnection']->server_version > 50600
|
&& $config['dbconnection']->server_version > 80000
|
||||||
) {
|
) {
|
||||||
if ($filter['custom_data_filter_type'] === '1') {
|
if ($filter['custom_data_filter_type'] === '1') {
|
||||||
$sql_filters[] = sprintf(
|
$sql_filters[] = sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user