diff options
author | ivan <ivan> | 2004-06-10 11:28:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-10 11:28:19 +0000 |
commit | e0c62c388f74e543328f3691e8a8a1edb451a804 (patch) | |
tree | fba4a223d3e0e0462a28a0de06a09788c8b19c38 | |
parent | 50561b7c4648c21c4abe75758fc3e426d120ca88 (diff) |
tyop
-rwxr-xr-x | httemplate/search/cust_main-otaker.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main-otaker.cgi b/httemplate/search/cust_main-otaker.cgi index b7173c49c..68569f085 100755 --- a/httemplate/search/cust_main-otaker.cgi +++ b/httemplate/search/cust_main-otaker.cgi @@ -11,7 +11,7 @@ Search for <B>Order taker</B>: <INPUT TYPE="hidden" NAME="otaker_on" VALUE="TRUE"> <% my $dbh = dbh; - my $sth = dbh->prepare("SELECT DISTINCT otaker FROM cust_main") + my $sth = $dbh->prepare("SELECT DISTINCT otaker FROM cust_main") or eidiot $dbh->errstr; $sth->execute() or eidiot $sth->errstr; # my @otakers = map { $_->[0] } @{$sth->selectall_arrayref}; |