Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 10 Sep 2003 08:09:42 -0000 1.38 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 17 Sep 2003 10:10:11 -0000 1.39 @@ -2998,10 +2998,6 @@ @author Tilmann Singer } { - if { [empty_string_p $text] && [empty_string_p $_text] } { - error "You must specify either -text or _text." - } - if { [empty_string_p $text] } { set text $_text }