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 -N -r1.5 -r1.5.8.1 --- openacs-4/packages/bookmarks/www/bookmark-add-import.tcl 18 Sep 2002 12:13:17 -0000 1.5 +++ openacs-4/packages/bookmarks/www/bookmark-add-import.tcl 4 May 2004 04:12:34 -0000 1.5.8.1 @@ -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] } { +if { [empty_string_p $viewed_user_id] || $viewed_user_id == 0 } { set viewed_user_id [ad_conn user_id] }