From 8c19f68a89920fe7c35e9e751be263b028a93f6e Mon Sep 17 00:00:00 2001 From: opensides Date: Thu, 29 Jun 2006 10:20:46 +0000 Subject: [PATCH] really fixing it ;-( git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3984 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index 1c9863298..3116c391c 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -368,7 +368,7 @@ function ldap_login_user ($username, $password) function ldap_expired_account($config, $userdn, $username) { //$this->config= $config; - $ldap= config->get_ldap_link(); + $ldap= $config->get_ldap_link(); $ldap->cat($userdn); $attrs= $ldap->fetch(); -- 2.30.2