Changeset 9424
- Timestamp:
- 04/22/08 10:35:50 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
r9143 r9424 709 709 my $all_results = []; 710 710 my $page; # current superpage 711 my $est_hit_count ;711 my $est_hit_count = 0; 712 712 713 713 for($page = 0; $page < $SEARCH_PAGES; $page++) {
