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.44,1.45


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.44,1.45
Date: Tue, 02 Dec 2003 14:13:28 -0800

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

Modified Files:
        Output.pm 
Log Message:
fix for bug 600

Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** Output.pm   13 May 2003 05:10:07 -0000      1.44
--- Output.pm   2 Dec 2003 22:13:25 -0000       1.45
***************
*** 74,79 ****
             );
  
! my $path = C4::Context->config('includes') ||
!       "/usr/local/www/hdl/htdocs/includes";
  
  
#---------------------------------------------------------------------------------------------------------
--- 74,80 ----
             );
  
! #FIXME: this is a quick fix to stop rc1 installing broken
! #Still trying to figure out the correct fix.
! my $path = 
C4::Context->config('intrahtdocs')."/intranet-tmpl/default/en/includes/";
  
  
#---------------------------------------------------------------------------------------------------------




reply via email to

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