Changeset 16112

Show
Ignore:
Timestamp:
04/16/08 23:17:43 (8 months ago)
Author:
flack
Message:

add complete result set to reuquest data (if someone needs to modify it without using ACLs)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.search/viewer.php

    r15413 r16112  
    316316            $data['shown_documents'] = $last_document_id - $first_document_id + 1; 
    317317            $data['results_per_page'] = $results_per_page; 
     318            $data['all_results'] =& $result; 
    318319            $data['result'] = array_slice($result, $first_document_id, $results_per_page); 
    319320            // Register GUIDs for cache engine