From 4c161d89211048fc75ad78769d2a574181b6f844 Mon Sep 17 00:00:00 2001 From: dechutes Date: Wed, 9 Apr 2003 17:10:28 +0000 Subject: [PATCH] removed include file userentry.php (not used any longer) --- lam/lib/ldap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lam/lib/ldap.php b/lam/lib/ldap.php index 182ae5b0..63d3762f 100644 --- a/lam/lib/ldap.php +++ b/lam/lib/ldap.php @@ -24,9 +24,6 @@ $Id$ // ldap.php provides basic functions to connect to the OpenLDAP server and get lists of users and groups. include_once("../config/config.php"); -// class representing local user entry with attributes of ldap user entry -include_once("userentry.php"); - class Ldap{ // object of Config to access preferences