diff --git a/core/print_api.php b/core/print_api.php index 903c5dbbae..8efbb1b00f 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -404,8 +404,8 @@ function print_tag_option_list( $p_bug_id = 0 ) { echo ''; foreach ( $t_rows as $t_row ) { - $t_string = $t_row['name']; - echo ''; + echo ''; } }