diff options
author | ivan <ivan> | 2006-09-12 21:27:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-09-12 21:27:06 +0000 |
commit | 56ce4169e37654f4f1a8784b7125954d81828c2d (patch) | |
tree | 63f6700022b99a72fdbe151c6a03cb3ccd50fa65 /httemplate/search/cust_main.cgi | |
parent | 48880c96f2b7f6c738d7a5afa4a8d64e72ca317b (diff) |
no need to log this
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-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') ); % } % |