koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha delbiblio.pl,1.3,1.4


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha delbiblio.pl,1.3,1.4
Date: Thu, 20 Jun 2002 10:45:58 -0700

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

Modified Files:
        delbiblio.pl 
Log Message:
Third in the series of branch merges.  Starting to run out of easy stuff.  :)


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** delbiblio.pl        20 Jun 2002 17:33:07 -0000      1.3
--- delbiblio.pl        20 Jun 2002 17:45:18 -0000      1.4
***************
*** 11,14 ****
--- 11,15 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input = new CGI;
***************
*** 28,32 ****
    ";
  } else {
!     delbiblio($biblio);
!     print $input->redirect("/catalogue/");
  }
--- 29,33 ----
    ";
  } else {
!       delbiblio($biblio);
!       print $input->redirect("/catalogue/");
  }




reply via email to

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