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

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 19:45:58 CEST 2002


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/");
  }





More information about the Koha-cvs mailing list