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.32,1.33


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.32,1.33
Date: Tue, 10 Dec 2002 05:42:02 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv22401/C4

Modified Files:
        Output.pm 
Log Message:
removing warnings

Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Output.pm   19 Nov 2002 12:36:16 -0000      1.32
--- Output.pm   10 Dec 2002 13:42:00 -0000      1.33
***************
*** 106,110 ****
    my $dbh = C4::Context->dbh;
    my @languages = split " ", C4::Context->preference("opaclanguages");
-   warn "==>".C4::Context->preference("opaclanguages");
                        # language preference
    my @themes = split " ", C4::Context->preference("opacthemes");
--- 106,109 ----
***************
*** 126,133 ****
    }
    if ($theme and $lang) {
-       warn "IN";
      return ($theme, $lang);
    } else {
-       warn "OUT";
      return ('default', 'en');
    }
--- 125,130 ----




reply via email to

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