Index: openacs-4/packages/evaluation/www/admin/version-select.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/version-select.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/evaluation/www/admin/version-select.tcl 8 Aug 2006 21:26:42 -0000 1.2 +++ openacs-4/packages/evaluation/www/admin/version-select.tcl 7 Aug 2017 23:48:10 -0000 1.3 @@ -2,7 +2,7 @@ @author Anny Flores (annyflores@viaro.net) Viaro Networks (www.viaro.net) } { - {return_url ""} + {return_url:localurl ""} } set portal_id [dotlrn_community::get_portal_id -community_id [dotlrn_community::get_community_id]] @@ -29,4 +29,9 @@ } } -after_submit { ad_returnredirect $return_url -} \ No newline at end of file +} +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: