Ignore:
Timestamp:
Feb 2, 2012 5:18:10 PM (16 months ago)
Author:
thomasb
Message:

Allow users to choose cols for contacts list sorting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcmail.php

    r5819 r5850  
    453453    } 
    454454 
     455    // set configured sort order 
     456    if ($sort_col = $this->config->get('addressbook_sort_col')) 
     457        $contacts->set_sort_order($sort_col); 
     458 
    455459    // add to the 'books' array for shutdown function 
    456460    $this->address_books[$id] = $contacts; 
Note: See TracChangeset for help on using the changeset viewer.