fixed translation of list headers
This commit is contained in:
parent
8c233ab310
commit
f28f522507
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue