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.30,1.31


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.30,1.31
Date: Mon, 14 Oct 2002 00:41:06 -0700

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

Modified Files:
        Output.pm 
Log Message:
merging arens + my modifs/bugfixes

Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** Output.pm   13 Oct 2002 11:35:33 -0000      1.30
--- Output.pm   14 Oct 2002 07:41:04 -0000      1.31
***************
*** 116,120 ****
    foreach my $th (@themes) {
      foreach my $la (@languages) {
!       warn "File = $htdocs/$th/$la/$tmpl\n";
        if (-e "$htdocs/$th/$la/$tmpl") {
            $theme = $th;
--- 116,120 ----
    foreach my $th (@themes) {
      foreach my $la (@languages) {
! #     warn "File = $htdocs/$th/$la/$tmpl\n";
        if (-e "$htdocs/$th/$la/$tmpl") {
            $theme = $th;




reply via email to

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