[Koha-cvs] CVS: koha/marc koha2marc,1.5.2.1,1.5.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:21:41 CEST 2002


Update of /cvsroot/koha/koha/marc
In directory usw-pr-cvs1:/tmp/cvs-serv3043

Modified Files:
      Tag: arensb-context
	koha2marc 
Log Message:
Removed a useless statement.


Index: koha2marc
===================================================================
RCS file: /cvsroot/koha/koha/marc/koha2marc,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** koha2marc	4 Oct 2002 02:40:11 -0000	1.5.2.1
--- koha2marc	5 Oct 2002 06:21:39 -0000	1.5.2.2
***************
*** 19,26 ****
  my $userid=$ENV{'REMOTE_USER'};
  
- 
- my $dbh = C4::Context->dbh;
- 
- 
  my $sth=$dbh->prepare("select * from biblio,biblioitems where biblio.biblionumber=biblioitems.biblionumber");
  $sth->execute;
--- 19,22 ----





More information about the Koha-cvs mailing list