diff --git a/htdocs/contact/ldap.php b/htdocs/contact/ldap.php index 8db2604b9e8..f17452b28cb 100644 --- a/htdocs/contact/ldap.php +++ b/htdocs/contact/ldap.php @@ -28,6 +28,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/contact.lib.php"); require_once(DOL_DOCUMENT_ROOT."/lib/ldap.class.php"); +require_once(DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); $langs->load("companies"); $langs->load("ldap"); diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php index b029844e63f..48c45690e6f 100644 --- a/htdocs/user/group/ldap.php +++ b/htdocs/user/group/ldap.php @@ -15,21 +15,20 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/user/group/ldap.php \ingroup ldap \brief Page fiche LDAP groupe - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/usergroups.lib.php"); require_once(DOL_DOCUMENT_ROOT."/lib/ldap.class.php"); +require_once(DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); $langs->load("companies"); $langs->load("ldap"); diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php index 09f968a2c8c..dcf70b75ac9 100644 --- a/htdocs/user/ldap.php +++ b/htdocs/user/ldap.php @@ -15,20 +15,19 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/user/ldap.php \ingroup ldap \brief Page fiche LDAP utilisateur - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/usergroups.lib.php"); require_once(DOL_DOCUMENT_ROOT."/lib/ldap.class.php"); +require_once(DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); $langs->load("users"); $langs->load("admin");