Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -N -r1.148.2.50 -r1.148.2.51 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 23 Feb 2022 18:40:12 -0000 1.148.2.50 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 8 Mar 2022 08:56:28 -0000 1.148.2.51 @@ -1771,9 +1771,8 @@ } elseif {![$class_name istype ::xo::db::Class]} { # - # The methods of ::xo::db::sql::util like "table_exists" fall - # into this category. Make sure that we do not create new - # objects via the next command. + # Make sure that we do not create new objects via the next + # command. # continue }