[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/tools cleanborrowers.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/tools cleanborrowers.pl [rel_3_0] |
Date: |
Thu, 16 Nov 2006 14:39:09 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/16 14:39:09
Modified files:
tools : cleanborrowers.pl
Log message:
fix an error when calling the template.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/cleanborrowers.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: cleanborrowers.pl
===================================================================
RCS file: /sources/koha/koha/tools/Attic/cleanborrowers.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- cleanborrowers.pl 16 Nov 2006 10:10:57 -0000 1.1.2.1
+++ cleanborrowers.pl 16 Nov 2006 14:39:09 -0000 1.1.2.2
@@ -17,7 +17,7 @@
#
# Written by Antoine Farnault address@hidden on Nov. 2006.
-# $Id: cleanborrowers.pl,v 1.1.2.1 2006/11/16 10:10:57 toins Exp $
+# $Id: cleanborrowers.pl,v 1.1.2.2 2006/11/16 14:39:09 toins Exp $
=head1 cleanborrowers.pl
@@ -57,7 +57,7 @@
# getting the template
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
{
- template_name => "tools/cnil.tmpl",
+ template_name => "tools/cleanborrowers.tmpl",
query => $cgi,
type => "intranet",
authnotrequired => 0,