[Koha-cvs] CVS: koha delbiblio.pl,1.7,1.8

Chris Cormack rangi at users.sourceforge.net
Sun Jun 29 03:27:38 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv23289

Modified Files:
	delbiblio.pl 
Log Message:
Fixing a broken redirect


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** delbiblio.pl	21 Apr 2003 02:58:58 -0000	1.7
--- delbiblio.pl	29 Jun 2003 01:27:36 -0000	1.8
***************
*** 46,49 ****
  } else {
  	delbiblio($biblio);
! 	print $input->redirect("/catalogue/");
  }
--- 46,49 ----
  } else {
  	delbiblio($biblio);
! 	print $input->redirect("/cgi-bin/koha/loadmodules.pl?module=search");
  }





More information about the Koha-cvs mailing list