Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -N -r1.40 -r1.41 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 25 Apr 2018 19:47:46 -0000 1.40 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 30 Apr 2018 09:40:53 -0000 1.41 @@ -1004,7 +1004,7 @@ # column we want to order by. Which columns we can afford to have in # the select list depends on which tables are we joining against. BTW, # all these kludges are consequence of the initial (bad, IMHO) decision - # to do the joins against cr_keywords in memory rather then in SQL. + # to do the joins against cr_keywords in memory rather than in SQL. set more_columns ", kw_order.heading as heading" } else { set more_columns ""