[Koha-cvs] CVS: koha/C4 Output.pm,1.20,1.21

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 18:48:10 CEST 2002


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');
      }
  





More information about the Koha-cvs mailing list