Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@894 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Apr 5, 2002
1 parent cfd3fd7 commit 11398f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view_all_bug_page.php
Expand Up @@ -84,7 +84,7 @@
ON p.id=u.project_id AND p.enabled=1
WHERE p.view_state='$t_pub' OR
(p.view_state='$t_prv' AND
u.user_id IS NOT NULL)
u.user_id='$t_user_id')
ORDER BY p.id";
}
$result2 = db_query( $query2 );
Expand Down
2 changes: 1 addition & 1 deletion view_bug_page.php
Expand Up @@ -312,4 +312,4 @@
<?php include( $g_bug_file_upload_inc ) ?>
<?php include( $g_bugnote_include_file ) ?>

<?php print_page_bot1( __FILE__ ) ?>
<?php print_page_bot1( __FILE__ ) ?>

0 comments on commit 11398f0

Please sign in to comment.