koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.22,1.6.2.23


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.22,1.6.2.23
Date: Wed, 30 Oct 2002 15:00:24 -0800

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv21391

Modified Files:
      Tag: rel-1-2
        Output.pm 
Log Message:
Removed warn line


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.6.2.22
retrieving revision 1.6.2.23
diff -C2 -r1.6.2.22 -r1.6.2.23
*** Output.pm   30 Oct 2002 17:05:23 -0000      1.6.2.22
--- Output.pm   30 Oct 2002 23:00:21 -0000      1.6.2.23
***************
*** 202,206 ****
    foreach my $th (@themes) {
      foreach my $la (@languages) {
-       warn "File = $htdocs/$th/$la/$tmpl\n";
        if (-e "$htdocs/$th/$la/$tmpl") {
            $theme = $th;
--- 202,205 ----




reply via email to

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