koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.11,1.12


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.11,1.12
Date: Tue, 24 Feb 2004 00:02:02 -0800

Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14053/misc/translator

Modified Files:
        tmpl_process.pl 
Log Message:
change $filter value so it defaults to the most recent text-extract2.pl script

Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** tmpl_process.pl     12 Feb 2004 09:13:40 -0000      1.11
--- tmpl_process.pl     24 Feb 2004 08:01:59 -0000      1.12
***************
*** 37,41 ****
  $type = "tmpl|inc" if !defined($type);
  
! $filter = "./text-extract.pl -f" if !defined($filter);
  # Input is not a file nor a directory
  if( !(-d $in_files[0]) && !(-f $in_files[0]))
--- 37,41 ----
  $type = "tmpl|inc" if !defined($type);
  
! $filter = "./text-extract2.pl -f" if !defined($filter);
  # Input is not a file nor a directory
  if( !(-d $in_files[0]) && !(-f $in_files[0]))




reply via email to

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