From 56ce4169e37654f4f1a8784b7125954d81828c2d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Sep 2006 21:27:06 +0000 Subject: [PATCH] no need to log this --- httemplate/search/cust_main.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index c484496e0..509fb294d 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -194,7 +194,6 @@ % if ( $cgi->param('search_cust') ) { % $sortby = \*company_sort; % $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )"; -% warn "smart searching for: ". $cgi->param('search_cust'); % push @cust_main, smart_search( 'search' => $cgi->param('search_cust') ); % } % -- 2.11.0