Index: openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl,v diff -u -r1.20.2.3 -r1.20.2.4 --- openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl 8 Jan 2020 17:48:15 -0000 1.20.2.3 +++ openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl 3 Jul 2020 07:43:20 -0000 1.20.2.4 @@ -242,7 +242,7 @@ } if { $table_name eq "" || $column_name eq "" } { - # We have to have both a non-empty table name and column name + # We have to have both a nonempty table name and column name error "We do not have enough information to automatically remove this attribute. Namely, we are missing either the table name or the column name" }