Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 31 Jan 2007 12:29:57 -0000 1.36 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 Feb 2007 16:28:55 -0000 1.37 @@ -63,7 +63,8 @@ #my log "--after tags" ### this was added by dave to address a problem with notifications - set return_url [ad_return_url] + ### however, this does not work, when e.g. a page is renamed. + #set return_url [ad_return_url] if {[my exists_query_parameter return_url]} { set return_url [my query_parameter return_url] @@ -286,7 +287,7 @@ } else { set submit_link $myurl } - #my log "--u sumit_link=$submit_link qp=[my query_parameter return_url]" + #my log "--u my-url=$myurl, sumit_link=$submit_link qp=[my query_parameter return_url]" # we have to do template mangling here; ad_form_template writes form # variables into the actual parselevel, so we have to be in our