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.40 -r1.41 --- openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl 21 Jun 2007 20:06:42 -0000 1.40 +++ openacs-4/packages/contacts/tcl/contact-search-condition-type-procs.tcl 5 Apr 2018 14:44:09 -0000 1.41 @@ -622,7 +622,7 @@ ] # login and not_login do not need special elements - # the limitiation on contact_search_conditions is there to prevent infinit loops of search in another search + # the limitiation on contact_search_conditions is there to prevent infinite loops of search in another search if { [lsearch [list in_search not_in_search] ${operand}] >= 0 } { set user_id [ad_conn user_id] set search_options [list [list "" "" ""]] @@ -1079,7 +1079,7 @@ in_search - not_in_search { set user_id [ad_conn user_id] set search_options [list [list "" "" ""]] - # the limitiation on contact_search_conditions is there to prevent infinit loops of search in another search + # the limitiation on contact_search_conditions is there to prevent infinite loops of search in another search db_foreach get_my_searches { select acs_objects.title, contact_searches.search_id,