Ignore:
Timestamp:
12/27/16 18:40:15 (8 years ago)
Author:
nanardon
Message:

Fix log description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1887 r1888  
    10841084                    my %uniq = map { $_ => 1 } grep { $_ } 
    10851085                    ($_[1] ? $_[1]->get_attributes('managerContact') : ()), 
    1086                     $base->search_objects('user', 'active=*'); 
     1086                    $base->search_objects('user', 'active=1'); 
    10871087                    sort keys %uniq; 
    10881088                }, 
Note: See TracChangeset for help on using the changeset viewer.