Skip to content

Commit

Permalink
removed the last part of the links to documentation page
Browse files Browse the repository at this point in the history
causing notices in other management pages


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3080 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Oct 25, 2004
1 parent 33a0a80 commit b3edfc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.138 2004-10-24 02:39:59 vboctor Exp $
# $Id: html_api.php,v 1.139 2004-10-25 01:34:28 thraxisp Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -572,9 +572,9 @@ function print_manage_menu( $p_page = '' ) {
case $t_permissions_summary_report:
$t_permissions_summary_report = '';
break;
case $t_documentation_page:
$t_documentation_page = '';
break;
# case $t_documentation_page:
# $t_documentation_page = '';
# break;
}

PRINT '<br /><div align="center">';
Expand Down

0 comments on commit b3edfc2

Please sign in to comment.