fixed translation of list headers

This commit is contained in:
Roland Gruber 2003-08-08 15:35:59 +00:00
parent 8c233ab310
commit f28f522507
1 changed files with 2 additions and 0 deletions

View File

@ -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