Index: openacs-4/packages/forums/www/moderate/move-thread-thread.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/move-thread-thread.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/forums/www/moderate/move-thread-thread.tcl 8 Aug 2006 21:26:53 -0000 1.2 +++ openacs-4/packages/forums/www/moderate/move-thread-thread.tcl 20 Sep 2008 12:10:28 -0000 1.3 @@ -2,7 +2,7 @@ Move a thread to other thread of same forum or other forum. - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @creation-date 2005-03-29 } { @@ -26,10 +26,10 @@ #get the clicked button set action [template::form::get_action confirmed_move] -if {$action == "yes"} { +if {$action eq "yes"} { set confirm_p 1 } -if {$action == "no"} { +if {$action eq "no"} { set confirm_p 2 }