Fix export only exports 500 entries
This commit is contained in:
parent
b93b92f430
commit
2c99cc9016
1
lib/export_functions.php
Executable file → Normal file
1
lib/export_functions.php
Executable file → Normal file
@ -128,6 +128,7 @@ abstract class Export {
|
||||
$query['filter'] = get_request('filter','REQUEST',false,'objectclass=*');
|
||||
$query['scope'] = get_request('scope','REQUEST',false,'base');
|
||||
$query['deref'] = $_SESSION[APPCONFIG]->getValue('deref','export');
|
||||
$query['size_limit'] = 0;
|
||||
$attrs = get_request('attributes','REQUEST');
|
||||
|
||||
$attrs = preg_replace('/\s+/','',$attrs);
|
||||
|
Loading…
Reference in New Issue
Block a user