From: ivan Date: Tue, 12 Sep 2006 21:27:06 +0000 (+0000) Subject: no need to log this X-Git-Tag: TRIXBOX_2_6~966 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=56ce4169e37654f4f1a8784b7125954d81828c2d no need to log this --- 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') ); % } %