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

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


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

Modified Files:
	tmpl_process.pl 
Log Message:
reversing back to $filter = text-extract.pl.

Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** tmpl_process.pl	24 Feb 2004 08:01:59 -0000	1.12
--- tmpl_process.pl	24 Feb 2004 08:15:28 -0000	1.13
***************
*** 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]))
--- 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]))





More information about the Koha-cvs mailing list