[Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.6,1.7

Ambrose C. LI acli at users.sourceforge.net
Mon Feb 23 05:02:09 CET 2004


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

Modified Files:
	tmpl_process3.pl 
Log Message:
Oops, forgot to take out some debugging print statements


Index: tmpl_process3.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process3.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** tmpl_process3.pl	23 Feb 2004 01:21:03 -0000	1.6
--- tmpl_process3.pl	23 Feb 2004 04:02:06 -0000	1.7
***************
*** 35,43 ****
      my $key = $s;
      if ($s =~ /\S/s) {
-     print STDERR "DEBUG: before: ($key)\n";
  	$key = TmplTokenizer::string_canon($key);
  	$key = TmplTokenizer::charset_convert($key, $charset_in, $charset_out);
  	$key = TmplTokenizer::quote_po($key);
-     print STDERR "DEBUG: after: ($key)\n";
      }
      return defined $href->{$key}
--- 35,41 ----





More information about the Koha-cvs mailing list