freeside/httemplate/search cust_main-otaker.cgi,1.1,1.1.4.1
ivan
ivan at pouncequick.420.am
Thu Jun 10 04:28:23 PDT 2004
- Previous message: freeside/httemplate/search cust_main-otaker.cgi,1.1,1.2
- Next message: freeside/fs_selfservice/FS-SelfService/cgi agent.cgi,NONE,1.1 agent_login.html,NONE,1.1 agent_main.html,NONE,1.1 signup.html,NONE,1.1 cvv2.html,NONE,1.1 cvv2.png,NONE,1.1 cvv2_amex.png,NONE,1.1 list_customers.html,NONE,1.1 view_customer.html,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv20939
Modified Files:
Tag: FREESIDE_1_4_BRANCH
cust_main-otaker.cgi
Log Message:
tyop
Index: cust_main-otaker.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main-otaker.cgi,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- cust_main-otaker.cgi 25 Mar 2002 14:59:06 -0000 1.1
+++ cust_main-otaker.cgi 10 Jun 2004 11:28:20 -0000 1.1.4.1
@@ -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};
- Previous message: freeside/httemplate/search cust_main-otaker.cgi,1.1,1.2
- Next message: freeside/fs_selfservice/FS-SelfService/cgi agent.cgi,NONE,1.1 agent_login.html,NONE,1.1 agent_main.html,NONE,1.1 signup.html,NONE,1.1 cvv2.html,NONE,1.1 cvv2.png,NONE,1.1 cvv2_amex.png,NONE,1.1 list_customers.html,NONE,1.1 view_customer.html,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list