[Koha-cvs] CVS: koha delbiblio.pl,1.2.2.4,1.2.2.5

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Oct 29 17:48:54 CET 2002


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

Modified Files:
      Tag: rel-1-2
	delbiblio.pl 
Log Message:
Bug fixes... some found through new catalog.t test!


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -r1.2.2.4 -r1.2.2.5
*** delbiblio.pl	28 Oct 2002 17:45:14 -0000	1.2.2.4
--- delbiblio.pl	29 Oct 2002 16:48:51 -0000	1.2.2.5
***************
*** 52,55 ****
  } else {
  	delbiblio($biblio);
! 	print $input->redirect("/catalogue/");
  }
--- 52,55 ----
  } else {
  	delbiblio($biblio);
! 	print $input->redirect("/cgi-bin/koha/catalogue-home.pl");
  }





More information about the Koha-cvs mailing list