diff options
-rwxr-xr-x | httemplate/search/cust_main.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
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') ); % } % |