Index: core/filter_api.php =================================================================== RCS file: /cvs/mantis/core/filter_api.php,v retrieving revision 1.16 diff -u -r1.16 filter_api.php --- core/filter_api.php 4 Aug 2008 22:11:52 -0000 1.16 +++ core/filter_api.php 4 Aug 2008 22:51:46 -0000 @@ -476,7 +476,9 @@ $t_project_ids = array_map( 'db_prepare_int', $t_filter['project_id'] ); } - $t_include_sub_projects = ( ( count( $t_project_ids ) == 1 ) && ( $t_project_ids[0] == META_FILTER_CURRENT ) ); + #$t_include_sub_projects = ( ( count( $t_project_ids ) == 1 ) && ( $t_project_ids[0] == META_FILTER_CURRENT ) ); + $t_include_sub_projects = true; + } log_event( LOG_FILTERING, 'FILTERING: project_ids = ' . implode( ',', $t_project_ids ) );