Index: openacs-4/packages/contacts/www/searches.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/searches.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/contacts/www/searches.tcl 6 Jun 2006 19:45:29 -0000 1.5 +++ openacs-4/packages/contacts/www/searches.tcl 8 Sep 2006 12:03:24 -0000 1.6 @@ -120,7 +120,8 @@ # when this is included in the multirow code block above it can hang due to a lack # of db pools. So it has to be done here. template::multirow foreach searches { - set results [contact::search::results_count -search_id $search_id] +# set results [contact::search::results_count -search_id $search_id] + set results "" set query [contact::search_pretty -search_id $search_id] }