From a2d584a4ad0e670ed773d76a25c1e3a9bac2337a Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Thu, 28 Dec 2023 09:40:35 +0100 Subject: [PATCH] fix functions name --- scripts/company/sync_contacts_dolibarr2ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/company/sync_contacts_dolibarr2ldap.php b/scripts/company/sync_contacts_dolibarr2ldap.php index bdfb856e255..962e0e6d951 100755 --- a/scripts/company/sync_contacts_dolibarr2ldap.php +++ b/scripts/company/sync_contacts_dolibarr2ldap.php @@ -103,7 +103,7 @@ if (!$confirmed) { } /* - * if (!getDolGlobalSring('LDAP_CONTACT_ACTIVE')) { + * if (!getDolGlobalString('LDAP_CONTACT_ACTIVE')) { * print $langs->trans("LDAPSynchronizationNotSetupInDolibarr"); * exit(-1); * }