[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.12,1.13
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.12,1.13 |
Date: |
Mon, 13 May 2002 13:32:39 -0700 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv25649
Modified Files:
Acquisitions.pm
Log Message:
oops, removing 3 test lines... (ending by a die !)
Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Acquisitions.pm 13 May 2002 20:22:24 -0000 1.12
--- Acquisitions.pm 13 May 2002 20:32:36 -0000 1.13
***************
*** 215,222 ****
}
$query.=" group by aqorders.ordernumber";
- my $input=new CGI;
- print $input->header();
- print $query;
- die;
my $sth=$dbh->prepare($query);
# print $query;
--- 215,218 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.12,1.13,
Paul POULAIN <=