Index: openacs-4/packages/bug-tracker/tcl/bug-tracker-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-tracker-procs.tcl,v diff -u -r1.50 -r1.51 --- openacs-4/packages/bug-tracker/tcl/bug-tracker-procs.tcl 20 Apr 2016 07:53:22 -0000 1.50 +++ openacs-4/packages/bug-tracker/tcl/bug-tracker-procs.tcl 8 May 2016 13:06:06 -0000 1.51 @@ -1227,12 +1227,12 @@ open { set status_where_clause "and bt_patches.status = :show_patch_status" } - all { + default { set status_where_clause "" } } - db_foreach get_patches_for_bug "" { + db_foreach get_patches_for_bug {} { set status_indicator [ad_decode $show_patch_status "all" "($status)" ""] lappend patch_list "[ns_quotehtml $summary] $status_indicator"