Index: openacs-4/packages/contacts/tcl/contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-procs.tcl,v diff -u -N -r1.119 -r1.120 --- openacs-4/packages/contacts/tcl/contacts-procs.tcl 11 Aug 2007 20:12:20 -0000 1.119 +++ openacs-4/packages/contacts/tcl/contacts-procs.tcl 21 Feb 2011 14:27:27 -0000 1.120 @@ -335,7 +335,7 @@ } { @param party_id the party_id to check permission for @param type either 'email', 'mail' or 'phone' - @returns 1 or 0 if the specified type of communication is allowed + @return 1 or 0 if the specified type of communication is allowed } { if { [parameter::get -boolean -package_id $package_id -parameter "ContactPrivacyEnabledP" -default "0"] } { if { $package_id eq "" } { @@ -365,7 +365,7 @@ } { @param party_id the party_id to check permission for @param type either 'email', 'mail' or 'phone' - @returns 1 or 0 if the specified type of communication is allowed + @return 1 or 0 if the specified type of communication is allowed } { if { [contact::privacy_allows_p -party_id $party_id -type $type -package_id $package_id] } { return 0