소스 검색

fix functions name

Christian Foellmann 1 년 전
부모
커밋
a2d584a4ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
  * }