koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha mainpage.pl,1.7,1.8
Date: Fri, 02 May 2003 20:06:03 -0700

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;




reply via email to

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