Skip to content

Commit

Permalink
Fix #3937 (Part 2): Long day, I forgot the important part...
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2606 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
narcissus committed Jun 15, 2004
1 parent 0481e8c commit f71b8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_filters_page.php
Expand Up @@ -83,7 +83,7 @@ function SwitchDateFields() {
if ( $t_field_info['access_level_r'] <= $t_current_user_access_level ) {
$t_accessible_custom_fields_ids[] = $t_cfid;
$t_accessible_custom_fields_names[] = $t_field_info['name'];
$t_accessible_custom_fields_values[] = custom_field_distinct_values( $t_cfid );
$t_accessible_custom_fields_values[] = custom_field_distinct_values( $t_cfid, $t_project_id );
}
}

Expand Down

0 comments on commit f71b8aa

Please sign in to comment.