Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25866
Modified Files:
bug_view_advanced_page.php
Log Message:
fix for 0005776: Impossible access to bug view
Index: bug_view_advanced_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/bug_view_advanced_page.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- bug_view_advanced_page.php 13 Jun 2005 19:15:33 -0000 1.73
+++ bug_view_advanced_page.php 14 Jun 2005 11:25:59 -0000 1.74
@@ -33,7 +33,7 @@
$g_project_override = $t_bug->project_id;
}
- if ( ADVANCED_ONLY == config_get( 'show_view' ) ) {
+ if ( SIMPLE_ONLY == config_get( 'show_view' ) ) {
print_header_redirect ( 'bug_view_page.php?bug_id=' . $f_bug_id
);
}
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|