alecpl
2011-06-03 b896b18f87064f523dca82c3fcaa5465ec8328ad
program/steps/addressbook/list.inc
@@ -19,6 +19,10 @@
*/
// set message set for search result
if (!empty($_REQUEST['_search']) && isset($_SESSION['search'][$_REQUEST['_search']]))
    $CONTACTS->set_search_set($_SESSION['search'][$_REQUEST['_search']]);
// get contacts for this user
$result = $CONTACTS->list_records(array('name'));