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_process3.pl,1.14,1.15


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.14,1.15
Date: Tue, 24 Feb 2004 19:40:03 -0800

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";




reply via email to

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