Index: openacs-4/packages/edit-this-page/www/etp-subtopic-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/etp-subtopic-create.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/edit-this-page/www/etp-subtopic-create.tcl 9 Sep 2013 17:34:17 -0000 1.5 +++ openacs-4/packages/edit-this-page/www/etp-subtopic-create.tcl 13 Oct 2013 14:31:27 -0000 1.6 @@ -17,7 +17,7 @@ etp::check_write_access -if { $confirmed eq "t" } { +if { $confirmed == "t" } { if { $subtopic_name eq "" || [regexp {[^a-zA-Z0-9\-_]} $subtopic_name] } { ad_return_complaint 1 "[_ edit-this-page.The_subtopic_name_must_be_a_short_identifier]"