Index: openacs-4/packages/contacts/tcl/contact-search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-search-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/contacts/tcl/contact-search-procs.tcl 12 Aug 2018 12:30:06 -0000 1.43 +++ openacs-4/packages/contacts/tcl/contact-search-procs.tcl 29 Oct 2024 16:20:33 -0000 1.44 @@ -62,7 +62,7 @@ set user_id [ad_conn user_id] } if { ![acs_user::site_wide_admin_p -user_id $user_id] && $owner_id ne $user_id && $owner_id ne $package_id } { - # the user is not site wide admin + # the user is not site-wide admin # the user does not own the search if { ![parameter::get -boolean -parameter "ViewOthersSearchesP" -default "0" -package_id $package_id] } { ns_log notice "contact::search::permitted: user $user_id does not have permission to search_id $search_id (package $package_id owner $owner_id)"