From 50be1bbeb56b4a1bab7a34d54d0e113fe92bc2a2 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 29 Mar 2001 08:49:09 +0000 Subject: [PATCH] get_list() did not know about ldap_context, oops --- phpgwapi/inc/class.accounts_ldap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index d9f4c31383..12d4709749 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -151,7 +151,7 @@ function get_list($_type='both', $start = '',$sort = '', $order = '', $query = '', $offset = '') { - global $phpgw; + global $phpgw,$phpgw_info; if ($offset) {