[Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.14,1.15

Ambrose C. LI acli at users.sourceforge.net
Wed Feb 25 04:40:03 CET 2004


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

Modified Files:
	tmpl_process3.pl 
Log Message:
Bug in previous checkin, because we can't get the number of warnings from
the child.


Index: tmpl_process3.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process3.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** tmpl_process3.pl	25 Feb 2004 03:37:27 -0000	1.14
--- tmpl_process3.pl	25 Feb 2004 03:39:49 -0000	1.15
***************
*** 334,339 ****
  
  if ($st == 0) {
!     printf "The %s seems to be successful, with %d warning(s).\n",
! 	    $action, VerboseWarnings::warned;
  } else {
      printf "%s FAILED.\n", "\u$action";
--- 334,338 ----
  
  if ($st == 0) {
!     printf "The %s seems to be successful.\n", $action;
  } else {
      printf "%s FAILED.\n", "\u$action";





More information about the Koha-cvs mailing list