koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/tools import.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/tools import.pl [rel_3_0]
Date: Tue, 26 Sep 2006 13:42:54 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/09/26 13:42:54

Modified files:
        tools          : import.pl 

Log message:
        fix wrong link to breeding.tmpl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/import.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: import.pl
===================================================================
RCS file: /sources/koha/koha/tools/import.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- import.pl   24 Feb 2006 11:52:38 -0000      1.1
+++ import.pl   26 Sep 2006 13:42:54 -0000      1.1.2.1
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: import.pl,v 1.1 2006/02/24 11:52:38 hdl Exp $
+# $Id: import.pl,v 1.1.2.1 2006/09/26 13:42:54 toins Exp $
 
 # Script for handling import of MARC data into Koha db
 #   and Z39.50 lookups
@@ -103,6 +103,9 @@
 #---------------
 # log cleared, as marcimport is (almost) rewritten from scratch.
 # $Log: import.pl,v $
+# Revision 1.1.2.1  2006/09/26 13:42:54  toins
+# fix wrong link to breeding.tmpl
+#
 # Revision 1.1  2006/02/24 11:52:38  hdl
 # Adding tools directory template and scripts
 # Changing barcodes, export and import and letters directory.
@@ -215,7 +218,7 @@
 #
 #!/usr/bin/perl
 
-# $Id: import.pl,v 1.1 2006/02/24 11:52:38 hdl Exp $
+# $Id: import.pl,v 1.1.2.1 2006/09/26 13:42:54 toins Exp $
 
 # Script for handling import of MARC data into Koha db
 #   and Z39.50 lookups
@@ -284,7 +287,7 @@
 my $filename = $input->param('filename');
 my $syntax = $input->param('syntax');
 my ($template, $loggedinuser, $cookie)
-       = get_template_and_user({template_name => "import/breeding.tmpl",
+       = get_template_and_user({template_name => "tools/breeding.tmpl",
                                        query => $input,
                                        type => "intranet",
                                        authnotrequired => 0,
@@ -318,6 +321,9 @@
 #---------------
 # log cleared, as marcimport is (almost) rewritten from scratch.
 # $Log: import.pl,v $
+# Revision 1.1.2.1  2006/09/26 13:42:54  toins
+# fix wrong link to breeding.tmpl
+#
 # Revision 1.1  2006/02/24 11:52:38  hdl
 # Adding tools directory template and scripts
 # Changing barcodes, export and import and letters directory.




reply via email to

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