[Koha-cvs] CVS: koha/C4 Output.pm,1.44,1.45

MJ Ray slef at users.sourceforge.net
Tue Dec 2 23:13:28 CET 2003


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/";
  
  #---------------------------------------------------------------------------------------------------------





More information about the Koha-cvs mailing list