Index: openacs-4/packages/bookmarks/www/bookmark-add-import.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/bookmark-add-import.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/bookmarks/www/bookmark-add-import.tcl 9 Sep 2013 17:51:47 -0000 1.9 +++ openacs-4/packages/bookmarks/www/bookmark-add-import.tcl 18 Apr 2014 06:38:29 -0000 1.10 @@ -43,7 +43,7 @@ # If we we are coming from a Bookmarklet there will be no viewed_user_id # supplied, but the browsing_user_id will do -if { [empty_string_p $viewed_user_id] || $viewed_user_id == 0 } { +if { $viewed_user_id eq "" || $viewed_user_id == 0 } { set viewed_user_id [ad_conn user_id] }