mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
get_list() did not know about ldap_context, oops
This commit is contained in:
parent
6238ac903d
commit
50be1bbeb5
@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
function get_list($_type='both', $start = '',$sort = '', $order = '', $query = '', $offset = '')
|
function get_list($_type='both', $start = '',$sort = '', $order = '', $query = '', $offset = '')
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw,$phpgw_info;
|
||||||
|
|
||||||
if ($offset)
|
if ($offset)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user