Skip to content
Snippets Groups Projects
Commit 209ce851 authored by fantu's avatar fantu
Browse files

FS#1791 - Deprecated Split Funktion in mysql_clientdb_plugin.inc.php

parent 60c4e567
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -75,7 +75,7 @@ class mysql_clientdb_plugin { ...@@ -75,7 +75,7 @@ class mysql_clientdb_plugin {
if(trim($host_list) == '') $host_list = '%'; if(trim($host_list) == '') $host_list = '%';
// process arrays and comma separated strings // process arrays and comma separated strings
if(!is_array($host_list)) $host_list = split(',', $host_list); if(!is_array($host_list)) $host_list = explode(',', $host_list);
$success = true; $success = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment