diff options
| author | ivan <ivan> | 2002-06-05 22:46:26 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-06-05 22:46:26 +0000 |
| commit | c9b608b9c0df8921d30055f18c23fd2d030afb25 (patch) | |
| tree | a9f834cdd1548a9091de0dc465584690b3f5c9f7 /httemplate/search/cust_main.cgi | |
| parent | abc9411d7d7c54cf5c888e57c0aaf629a7d0c70a (diff) | |
more mysql goodness, thanks dale
Diffstat (limited to 'httemplate/search/cust_main.cgi')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index b4565601b..d9d4e657c 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -159,7 +159,7 @@ if ( $cgi->param('browse') } my @just_cust_main; - if ( driver_name eq /mysql/ ) { + if ( driver_name eq 'mysql' ) { @just_cust_main = qsearch('cust_main', \%search, 'cust_main.*', ",temp1_$$,temp2_$$ $ncancelled $orderby $limit"); } else { |
