http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3419 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> 2009-08-25 12:29:34 --- Yep it's this line here, line 399 of C4/Reports/Guided.pm $limit = 9999 unless $limit; Last changed at the end of March. I'm guessing it was added to stop people killing their Koha by putting some sql that returned millions and millions of rows by accident. If you put a limit in your query, say 15000, then you should get 15000 eg SELECT * FROM items LIMIT 15000 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.