Skip to content

Commit

Permalink
removed extra = string_display() line
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@326 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Jul 26, 2001
1 parent c475f8c commit 0227486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions view_all_inc.php
Expand Up @@ -184,8 +184,6 @@
WHERE bug_id='$v_id'";
$res2 = db_query( $query );
$v_bugnote_updated = db_result( $res2, 0, 0 );

$v_summary = string_display( $v_summary );
?>
<tr align="center" bgcolor="<? echo $status_color ?>">
<td bgcolor="<? echo $g_white_color ?>">
Expand Down

0 comments on commit 0227486

Please sign in to comment.