[Koha-cvs] CVS: koha modrequest.pl,1.5,1.6

Owen Leonard oleonard at users.sourceforge.net
Mon Jun 21 23:40:37 CEST 2004


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24150

Modified Files:
	modrequest.pl 
Log Message:
Correcting redirect path

Index: modrequest.pl
===================================================================
RCS file: /cvsroot/koha/koha/modrequest.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** modrequest.pl	15 May 2003 13:56:52 -0000	1.5
--- modrequest.pl	21 Jun 2004 21:40:33 -0000	1.6
***************
*** 49,53 ****
  my $from=$input->param('from');
  if ($from eq 'borrower'){
!   print $input->redirect("/cgi-bin/koha/moremember.pl?bornum=$borrower[0]");
   } else {
     print $input->redirect("/cgi-bin/koha/request.pl?bib=$biblio[0]");
--- 49,53 ----
  my $from=$input->param('from');
  if ($from eq 'borrower'){
!   print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$borrower[0]");
   } else {
     print $input->redirect("/cgi-bin/koha/request.pl?bib=$biblio[0]");





More information about the Koha-cvs mailing list