koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/serials subscription-renew.pl


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/serials subscription-renew.pl
Date: Wed, 27 Jun 2007 14:55:46 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Changes by:     Henri-Damien LAURENT <hdl>      07/06/27 14:55:46

Modified files:
        serials        : subscription-renew.pl 

Log message:
        Bug Fixing.
        subscription-renew lead to internal server error.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/subscription-renew.pl?cvsroot=koha&r1=1.10&r2=1.11

Patches:
Index: subscription-renew.pl
===================================================================
RCS file: /cvsroot/koha/koha/serials/subscription-renew.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- subscription-renew.pl       5 Jun 2007 08:46:18 -0000       1.10
+++ subscription-renew.pl       27 Jun 2007 14:55:46 -0000      1.11
@@ -18,7 +18,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: subscription-renew.pl,v 1.10 2007/06/05 08:46:18 toins Exp $
+# $Id: subscription-renew.pl,v 1.11 2007/06/27 14:55:46 hdl Exp $
 
 =head1 NAME
 
@@ -81,7 +81,7 @@
         $query->param('weeklength'), $query->param('monthlength'),
         $query->param('note')
     );
-    
$query->redirect('/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid='.$subscriptionid);
+     print 
$query->redirect('/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid='.$subscriptionid);
     exit;
 }
 




reply via email to

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