Changeset 12912
- Timestamp:
- 07/02/09 06:15:12 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vtigercrm/branches/5.1/include/ListView/ListViewSession.php
r12877 r12912 169 169 global $list_max_entries_per_page, $adb; 170 170 $start = 1; 171 if(isset($_REQUEST['query']) && $_REQUEST['query'] == 'true'){ 172 return ListViewSession::getRequestStartPage(); 173 } 171 174 if(!empty($_REQUEST['start'])){ 172 175 $start = $_REQUEST['start'];
