Przeglądaj źródła

fix functions name

Christian Foellmann 1 rok temu
rodzic
commit
a2d584a4ad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/company/sync_contacts_dolibarr2ldap.php

+ 1 - 1
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);
  * }