- Timestamp:
- 04/22/08 10:36:27 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
r9229 r9425 774 774 my $all_results = []; 775 775 my $page; # current superpage 776 my $est_hit_count ;776 my $est_hit_count = 0; 777 777 778 778 for($page = 0; $page < $SEARCH_PAGES; $page++) {
