summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-10 11:28:20 +0000
committerivan <ivan>2004-06-10 11:28:20 +0000
commit6ad641ff2d9c15df885871aaf4573cf3d837007e (patch)
tree115ad229eb94da25ce9ba86544486baacf542d20
parent76b6671a80cf0fe1c0478e4df298b481548883b3 (diff)
tyop
-rwxr-xr-xhttemplate/search/cust_main-otaker.cgi2
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};