--- C:\Documents and Settings\Marc\Desktop\userlist.module zo jun 29 23:26:58 2008 +++ C:\Documents and Settings\Marc\Desktop\userlist_new.module vr mrt 6 15:30:53 2009 @@ -844,7 +844,7 @@ 'title' => t('last access'), 'operator' => ">", 'arg' => '%d', - 'options' => array(0 => 'never') + drupal_map_assoc(array(300, 900, 3600, 86400, 604800, 2419200, 7257600, 31536000), 'format_interval'), + 'options' => array(0 => t('never')) + drupal_map_assoc(array(300, 900, 3600, 86400, 604800, 2419200, 7257600, 31536000), 'format_interval'), 'callback' => 'userlist_last_access_filter', ) )