[Koha-cvs] CVS: koha mainpage.pl,1.7,1.8

Chris Cormack rangi at users.sourceforge.net
Sat May 3 05:06:03 CEST 2003


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

Modified Files:
	mainpage.pl 
Log Message:
Fix for 418



Index: mainpage.pl
===================================================================
RCS file: /cvsroot/koha/koha/mainpage.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** mainpage.pl	2 Feb 2003 07:18:37 -0000	1.7
--- mainpage.pl	3 May 2003 03:06:01 -0000	1.8
***************
*** 19,21 ****
--- 19,24 ----
  			     });
  
+ my $marc_p = C4::Context->boolean_preference("marc");
+ $template->param(NOTMARC => !$marc_p);
+ 
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list