Dimas wrote:
> Have somebody tried the export utility with more than 500 entries?
Dimas,

This is an easy fix - I've missed suppressing the default size_limit on
export queries.

Edit lib/export_functions.php and add

$query['size_limit'] = 0;

After $query['deref'], around line 131.

...deon


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to