Show
Ignore:
Timestamp:
04/18/08 00:02:45 (20 months ago)
Author:
bchoate
Message:

Fixed list preferences for member listing screen. BugId:69212

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/CMS/Search.pm

    r1866 r1960  
    1919          or return $app->error( $app->translate("No permissions") ); 
    2020    } 
    21     return { 
     21    my $types = { 
    2222        'entry' => { 
    2323            'order' => 100, 
     
    255255        } 
    256256    }; 
    257  
     257    return $types; 
    258258} 
    259259 
     
    293293      qw( search replace do_replace case is_regex is_limited _type is_junk is_dateranged replace_ids datefrom_year datefrom_month datefrom_day dateto_year dateto_month dateto_day from to show_all do_search orig_search quicksearch ); 
    294294 
    295  
    296295    if ( !$type || ( 'category' eq $type ) || ( 'folder' eq $type ) ) { 
    297296        $type = 'entry'; 
    298297    } 
    299      
     298    if ( ( 'user' eq $type ) ) { 
     299        $type = 'author'; 
     300    } 
     301 
    300302    foreach my $obj_type (qw( role association )) { 
    301303        if ( $type eq $obj_type ) {