Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Dec 13, 2008
1 parent 7b49ab3 commit 89010d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tag_api.php
Expand Up @@ -416,7 +416,7 @@ function tag_get_candidates_for_bug( $p_bug_id ) {
$t_bug_tag_table = db_get_table( 'mantis_bug_tag_table' );

$query .= " WHERE id NOT IN (
SELECT tag_id FROM $t_bug_tag_table WHERE bug_id='" . db_param() . "' ) ";
SELECT tag_id FROM $t_bug_tag_table WHERE bug_id=" . db_param() . ' )';
$t_params[] = $p_bug_id;
}

Expand Down

0 comments on commit 89010d8

Please sign in to comment.