fixed translation of list headers
This commit is contained in:
parent
8c233ab310
commit
f28f522507
|
@ -25,6 +25,7 @@ $Id$
|
||||||
|
|
||||||
include_once("config.inc");
|
include_once("config.inc");
|
||||||
|
|
||||||
|
|
||||||
// manages connection to LDAP and several helper functions
|
// manages connection to LDAP and several helper functions
|
||||||
class Ldap{
|
class Ldap{
|
||||||
|
|
||||||
|
@ -46,6 +47,7 @@ class Ldap{
|
||||||
// constructor
|
// constructor
|
||||||
// $config has to be an object of Config (../config/config.php)
|
// $config has to be an object of Config (../config/config.php)
|
||||||
function Ldap($config) {
|
function Ldap($config) {
|
||||||
|
setlanguage();
|
||||||
if (is_object($config)) $this->conf = $config;
|
if (is_object($config)) $this->conf = $config;
|
||||||
else return false;
|
else return false;
|
||||||
// construct arrays with known LDAP attributes
|
// construct arrays with known LDAP attributes
|
||||||
|
|
Loading…
Reference in New Issue