Changeset 2810

Show
Ignore:
Timestamp:
07/18/08 00:34:08 (1 month ago)
Author:
fumiakiy
Message:

Removing FIXME comments. I know why.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/lib/MT/App/Search.pm

    r2773 r2810  
    350350          ? %{ $params->{terms} } 
    351351          : (); 
    352     delete $def_terms{'plugin'}; #FIXME: why is this in here? 
     352    delete $def_terms{'plugin'}; 
    353353 
    354354    if ( exists $app->{searchparam}{IncludeBlogs} ) { 
     
    372372 
    373373    my $columns = $params->{columns}; 
    374     delete $columns->{'plugin'}; #FIXME: why is this in here? 
     374    delete $columns->{'plugin'}; 
    375375    return $app->errtrans('No column was specified to search for [_1].', $app->{searchparam}{Type}) 
    376376        unless $columns && %$columns;