2
0
forked from Wavyzz/dolibarr

Fix PHPCS. Rename dump_content to dumpContent.

This commit is contained in:
William Mead
2024-01-31 15:32:58 +01:00
parent f114094ffe
commit fada6a5db3
6 changed files with 7 additions and 9 deletions

View File

@@ -272,7 +272,7 @@ if (function_exists("ldap_connect")) {
print "<br>\n";
print "LDAP input file used for test:<br><br>\n";
print nl2br($ldap->dump_content($dn, $info));
print nl2br($ldap->dumpContent($dn, $info));
print "\n<br>";
} else {
print img_picto('', 'error').' ';