Ignore:
Timestamp:
Jun 3, 2011 8:34:48 AM (2 years ago)
Author:
alec
Message:
  • Call addressbook_get hook only if build-in addressbook doesn't match wanted ID (for better performance), other improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/list.inc

    r4834 r4836  
    2020*/ 
    2121 
     22// set message set for search result 
     23if (!empty($_REQUEST['_search']) && isset($_SESSION['search'][$_REQUEST['_search']])) 
     24    $CONTACTS->set_search_set($_SESSION['search'][$_REQUEST['_search']]); 
     25 
    2226// get contacts for this user 
    2327$result = $CONTACTS->list_records(array('name')); 
Note: See TracChangeset for help on using the changeset viewer.