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.6.2.20,1.6.2.21


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.20,1.6.2.21
Date: Mon, 21 Oct 2002 10:39:46 -0700

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

Modified Files:
      Tag: rel-1-2
        Output.pm 
Log Message:
gettemplate() routine will assume htdocs is in $configfile{opacdir}."/htdocs"
if the opachtdocs variable isn't set in koha.conf


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.6.2.20
retrieving revision 1.6.2.21
diff -C2 -r1.6.2.20 -r1.6.2.21
*** Output.pm   20 Sep 2002 12:51:51 -0000      1.6.2.20
--- Output.pm   21 Oct 2002 17:39:42 -0000      1.6.2.21
***************
*** 111,116 ****
--- 111,118 ----
      if ($opac) {
        $htdocs = $configfile->{'opachtdocs'};
+       ($htdocs) || ($htdocs=$configfile->{opacdir}."/htdocs");
      } else {
        $htdocs = $configfile->{'intrahtdocs'};
+       ($htdocs) || ($htdocs=$configfile->{intranetdir}."/htdocs");
      }
  




reply via email to

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