From f28f522507ef6c359fc78a9f12bb3f875446727f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 8 Aug 2003 15:35:59 +0000 Subject: [PATCH] fixed translation of list headers --- lam/lib/ldap.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lam/lib/ldap.inc b/lam/lib/ldap.inc index f632b8d7..a4142cbb 100644 --- a/lam/lib/ldap.inc +++ b/lam/lib/ldap.inc @@ -25,6 +25,7 @@ $Id$ include_once("config.inc"); + // manages connection to LDAP and several helper functions class Ldap{ @@ -46,6 +47,7 @@ class Ldap{ // constructor // $config has to be an object of Config (../config/config.php) function Ldap($config) { + setlanguage(); if (is_object($config)) $this->conf = $config; else return false; // construct arrays with known LDAP attributes