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

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 19:33:42 CEST 2002


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

Modified Files:
	delbiblio.pl 
Log Message:
More merges in from rel-1-2
All of the changes so far have been minor.  I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** delbiblio.pl	27 Feb 2001 22:08:57 -0000	1.2
--- delbiblio.pl	20 Jun 2002 17:33:07 -0000	1.3
***************
*** 28,32 ****
    ";
  } else {
! #delbiblio($biblio);
! print $input->redirect("/catalogue/");
  }
--- 28,32 ----
    ";
  } else {
!     delbiblio($biblio);
!     print $input->redirect("/catalogue/");
  }





More information about the Koha-cvs mailing list