Skip to content

Commit

Permalink
lang_get missing (Fix for #4802)
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3090 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
marcelloscata committed Nov 2, 2004
1 parent 4e53d84 commit 99f184d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm_permissions_report.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: adm_permissions_report.php,v 1.3 2004-10-25 19:45:04 marcelloscata Exp $
# $Id: adm_permissions_report.php,v 1.4 2004-11-02 19:50:45 marcelloscata Exp $
# --------------------------------------------------------

# ======================================================================
Expand Down Expand Up @@ -196,7 +196,7 @@ function get_section_end_for_email() {
}

# Others
echo get_section_begin( 'OTHERS' );
echo get_section_begin( lang_get('others') );
echo get_capability_row( lang_get( 'view' ) . ' ' . lang_get( 'summary_link' ), config_get( 'view_summary_threshold' ) );
echo get_capability_row( lang_get( 'view' ) . ' ' . lang_get( 'changelog_link' ), config_get( 'view_changelog_threshold' ) );
echo get_capability_row( lang_get( 'view' ) . ' ' . lang_get( 'assigned_to' ), config_get( 'view_handler_threshold' ) );
Expand Down

0 comments on commit 99f184d

Please sign in to comment.