Skip to content

Commit

Permalink
Fixed a notice
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2736 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 21, 2004
1 parent 62a080e commit d9e84f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: view.php,v 1.1 2004-07-20 15:31:04 vboctor Exp $
# $Id: view.php,v 1.2 2004-07-21 10:23:36 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand All @@ -20,5 +20,5 @@
// Copy 'id' parameter into 'bug_id' so it is found by the simple/advanced view page.
$_GET['bug_id'] = gpc_get_int( 'id' );

include string_get_bug_view_page( $p_user_id );
?>
include string_get_bug_view_page();
?>

0 comments on commit d9e84f2

Please sign in to comment.