Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 5 Jan 2018 22:59:57 -0000 1.12 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 28 Mar 2018 07:27:10 -0000 1.13 @@ -82,8 +82,8 @@ set exist_bug [db_string search_bug {} -default ""] if { $exist_bug eq ""} { - #Submit the new Bug into the Bug - Tracker && Into the - # Auto_bugs tabble + # Submit the new Bug into the bug-tracker and into the + # auto_bugs table set bug_id [db_nextval acs_object_id_seq] set keyword_ids [list] @@ -106,9 +106,10 @@ db_dml insert_auto_bug {} } else { - #Comment on the Existing Bug even if the user dont want to add - # commentaries - # If the bug is closed or fixed we have to reopen the bug + # Comment on the existing bug even if the user don't want to + # add commentaries. If the bug is closed or fixed we have to + # reopen the bug. + # array set row [list] set bug_id $exist_bug