Index: openacs-4/packages/bookmarks/www/bookmark-header.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/bookmark-header.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/bookmarks/www/bookmark-header.tcl 7 Aug 2014 07:36:54 -0000 1.7 +++ openacs-4/packages/bookmarks/www/bookmark-header.tcl 27 Jun 2015 17:39:23 -0000 1.8 @@ -51,7 +51,7 @@ # When we are adding a bookmark we need to know which url to return to # A bookmark can also be added via a Bookmarklet in which case return url # will be the page that the user is browsing. -set return_url_urlenc [ad_urlencode [ad_conn url]?[export_vars -url {viewed_user_id}]] +set return_url_urlenc [ad_urlencode [export_vars -base [ad_conn url] {viewed_user_id}]] set user_name [db_string user_name "select first_names || ' ' || last_name from cc_users where object_id = :viewed_user_id" -bind "viewed_user_id $viewed_user_id" -default ""]