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.20,1.21


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.20,1.21
Date: Sat, 05 Oct 2002 09:48:10 -0700

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

Modified Files:
        Output.pm 
Log Message:
Removed remnants of code that read /etc/koha.conf for itself.


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** Output.pm   5 Oct 2002 09:51:54 -0000       1.20
--- Output.pm   5 Oct 2002 16:48:08 -0000       1.21
***************
*** 103,109 ****
      my $htdocs;
      if ($opac) {
!       $htdocs = $configfile->{'opachtdocs'};
      } else {
!       $htdocs = $configfile->{'intrahtdocs'};
      }
  
--- 103,109 ----
      my $htdocs;
      if ($opac) {
!       $htdocs = C4::Context->config('opachtdocs');
      } else {
!       $htdocs = C4::Context->config('intrahtdocs');
      }
  




reply via email to

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