Skip to content

Commit

Permalink
Drop extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jul 8, 2004
1 parent ecb03f8 commit acc1645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Search/Search.pm
Expand Up @@ -58,8 +58,8 @@ sub findComments {
my $columns;
$columns .= "primaryskid, url, discussions.uid AS author_uid, discussions.title AS title, ";
$columns .= "pid, subject, ts, date, comments.uid AS uid, cid, ";
$columns .= "discussions.id AS did, ";
$columns .= "TRUNCATE( "
$columns .= "discussions.id AS did";
$columns .= ", TRUNCATE( "
. $self->_score('comments.subject', $form->{query}, $constants->{search_method})
. ", 1) AS score "
if $form->{query};
Expand Down

0 comments on commit acc1645

Please sign in to comment.