koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/marc koha2marc,1.5.2.1,1.5.2.2
Date: Fri, 04 Oct 2002 23:21:41 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]