Index: openacs-4/packages/acs-developer-support/www/set-user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/set-user.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-developer-support/www/set-user.tcl 27 Oct 2014 16:39:34 -0000 1.2 +++ openacs-4/packages/acs-developer-support/www/set-user.tcl 7 Aug 2017 23:47:56 -0000 1.3 @@ -2,7 +2,7 @@ A hack that will allow us to simulate being a different user } { user_id:naturalnum,notnull - return_url + return_url:localurl } ##NOTE THIS DOESN'T REQUIRE ADMIN SO THAT WE CAN DO USER SWITCHING @@ -11,3 +11,9 @@ ad_set_client_property developer-support user_id $user_id ad_returnredirect $return_url + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: