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

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Tue Feb 24 09:02:02 CET 2004


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]))





More information about the Koha-cvs mailing list