Skip to content

Commit 209ce85

Browse files
author
fantu
committed
FS#1791 - Deprecated Split Funktion in mysql_clientdb_plugin.inc.php
1 parent 60c4e56 commit 209ce85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/mysql_clientdb_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function process_host_list($action, $database_name, $database_user, $database_pa
7575
if(trim($host_list) == '') $host_list = '%';
7676

7777
// process arrays and comma separated strings
78-
if(!is_array($host_list)) $host_list = split(',', $host_list);
78+
if(!is_array($host_list)) $host_list = explode(',', $host_list);
7979

8080
$success = true;
8181

0 commit comments

Comments
 (0)