[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/cataloguing addbiblio.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/cataloguing addbiblio.pl |
Date: |
Fri, 08 Jun 2007 15:20:16 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/06/08 15:20:16
Modified files:
cataloguing : addbiblio.pl
Log message:
writing absolute path.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/addbiblio.pl?cvsroot=koha&r1=1.25&r2=1.26
Patches:
Index: addbiblio.pl
===================================================================
RCS file: /sources/koha/koha/cataloguing/addbiblio.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- addbiblio.pl 22 May 2007 08:50:47 -0000 1.25
+++ addbiblio.pl 8 Jun 2007 15:20:16 -0000 1.26
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: addbiblio.pl,v 1.25 2007/05/22 08:50:47 hdl Exp $
+# $Id: addbiblio.pl,v 1.26 2007/06/08 15:20:16 toins Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -559,7 +559,7 @@
($biblionumber,$oldbibitemnum) = AddBiblio($record,$frameworkcode);
}
# now, redirect to additem page
- print
$input->redirect("additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode");
+ print
$input->redirect("/cgi-bin/koha/cataloguing/additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode");
exit;
} else {
# it may be a duplicate, warn the user and do nothing
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/cataloguing addbiblio.pl,
Antoine Farnault <=