Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
209ce851
Commit
209ce851
authored
Oct 08, 2011
by
fantu
Browse files
FS#1791 - Deprecated Split Funktion in mysql_clientdb_plugin.inc.php
parent
60c4e567
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/mysql_clientdb_plugin.inc.php
View file @
209ce851
...
...
@@ -75,7 +75,7 @@ class mysql_clientdb_plugin {
if
(
trim
(
$host_list
)
==
''
)
$host_list
=
'%'
;
// 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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment