[Koha-cvs] CVS: koha/C4 Output.pm,1.32,1.33

Paul POULAIN tipaul at users.sourceforge.net
Tue Dec 10 14:42:02 CET 2002


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





More information about the Koha-cvs mailing list