[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Mon May 13 22:32:39 CEST 2002


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 ----





More information about the Koha-cvs mailing list