From 98723da49209ac9c9de545deb8366eb3be26d544 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jan 2010 14:01:21 +0000 Subject: [PATCH] Fix: Button to force LDAP synchro was not visible. --- htdocs/adherents/ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/ldap.php b/htdocs/adherents/ldap.php index 524bf9e3a33..307e1f03d86 100644 --- a/htdocs/adherents/ldap.php +++ b/htdocs/adherents/ldap.php @@ -167,14 +167,14 @@ if ($message) { print $message; } print '
'; -if ($conf->global->LDAP_MEMBER_SYNCHRO_ACTIVE == 'dolibarr2ldap') +if ($conf->global->LDAP_MEMBER_ACTIVE == 'dolibarr2ldap') { print ''.$langs->trans("ForceSynchronize").''; } print "
\n"; -if ($conf->global->LDAP_MEMBER_SYNCHRO_ACTIVE == 'dolibarr2ldap') print "
\n"; +if ($conf->global->LDAP_MEMBER_ACTIVE == 'dolibarr2ldap') print "
\n";