Changeset 12912

Show
Ignore:
Timestamp:
07/02/09 06:15:12 (7 months ago)
Author:
asha
Message:

Fixed List View Paging issue for List view search - Mak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vtigercrm/branches/5.1/include/ListView/ListViewSession.php

    r12877 r12912  
    169169                global $list_max_entries_per_page, $adb; 
    170170                $start = 1; 
     171                if(isset($_REQUEST['query']) && $_REQUEST['query'] == 'true'){ 
     172                        return ListViewSession::getRequestStartPage(); 
     173                } 
    171174                if(!empty($_REQUEST['start'])){ 
    172175                        $start = $_REQUEST['start'];