koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha modrequest.pl,1.5,1.6
Date: Mon, 21 Jun 2004 14:40:37 -0700

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]");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]