logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

mantisbt adm_permissions_report.php,1.3,1.4: msg#00001

Subject: mantisbt adm_permissions_report.php,1.3,1.4
Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17297

Modified Files:
        adm_permissions_report.php 
Log Message:
lang_get missing (Fix for #4802)

Index: adm_permissions_report.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/adm_permissions_report.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- adm_permissions_report.php  25 Oct 2004 19:45:04 -0000      1.3
+++ adm_permissions_report.php  2 Nov 2004 19:50:45 -0000       1.4
@@ -196,7 +196,7 @@
        }
 
        # 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' ) );



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click


<Prev in Thread] Current Thread [Next in Thread>