Index: core/filter_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/filter_api.php,v retrieving revision 1.112 diff -u -r1.112 filter_api.php --- core/filter_api.php 1 Jun 2005 01:38:03 -0000 1.112 +++ core/filter_api.php 3 Jun 2005 11:12:26 -0000 @@ -1398,7 +1398,8 @@ if ( 'simple' == $t_view_type ) { $t_output = ''; $t_none_found = false; - if ( count( $t_filter['hide_status'] ) == 0 ) { + # 2b, fix for old filters + if ( count( $t_filter['hide_status'] ) == 0 || $t_filter['hide_status'][0] == META_FILTER_ANY ) { PRINT lang_get( 'none' ); } else { $t_first_flag = true;