Index: openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl 15 Jul 2005 01:44:31 -0000 1.4 +++ openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl 13 Aug 2005 14:17:35 -0000 1.5 @@ -671,7 +671,7 @@ switch $operand { in { set output_pretty "[_ contacts.lt_The_contact_is_in_the]" - set output_code "$party_id in ( select member_id from group_distinct_member_map where group_id = '$group_id')" + set output_code "group_distinct_member_map.group_id = '$group_id'" } not_in { set output_pretty "[_ contacts.lt_The_contact_is_NOT_in]"