Index: openacs-4/packages/acs-tcl/lib/page-error.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-tcl/lib/page-error.xql 25 Feb 2005 16:30:59 -0000 1.1 +++ openacs-4/packages/acs-tcl/lib/page-error.xql 7 Aug 2017 23:47:59 -0000 1.2 @@ -17,33 +17,33 @@ - + select bug_id from bt_auto_bugs where error_file =:error_file and package_id = :bug_package_id - + insert into bt_auto_bugs(bug_id, package_id, error_file) values (:bug_id, :bug_package_id, :error_file) - + update bt_auto_bugs set times_reported = times_reported + 1 where bug_id = :bug_id - + select times_reported from bt_auto_bugs where bug_id = :bug_id - \ No newline at end of file +