Changeset 2810
- Timestamp:
- 07/18/08 00:34:08 (1 month ago)
- Files:
-
- branches/release-41/lib/MT/App/Search.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-41/lib/MT/App/Search.pm
r2773 r2810 350 350 ? %{ $params->{terms} } 351 351 : (); 352 delete $def_terms{'plugin'}; #FIXME: why is this in here?352 delete $def_terms{'plugin'}; 353 353 354 354 if ( exists $app->{searchparam}{IncludeBlogs} ) { … … 372 372 373 373 my $columns = $params->{columns}; 374 delete $columns->{'plugin'}; #FIXME: why is this in here?374 delete $columns->{'plugin'}; 375 375 return $app->errtrans('No column was specified to search for [_1].', $app->{searchparam}{Type}) 376 376 unless $columns && %$columns;
