[Koha-cvs] CVS: koha/opac opac-main.pl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 17 10:24:52 CEST 2004


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18104/opac

Modified Files:
	opac-main.pl 
Log Message:
improvements in OPAC

Index: opac-main.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** opac-main.pl	28 May 2004 08:29:43 -0000	1.12
--- opac-main.pl	17 Jun 2004 08:24:50 -0000	1.13
***************
*** 37,41 ****
  $template->param(CGIitemtype => $CGIitemtype,
  				suggestion => C4::Context->preference("suggestion"),
  );
- warn "X : ".C4::Context->preference("suggestion");
  output_html_with_http_headers $input, $cookie, $template->output;
--- 37,41 ----
  $template->param(CGIitemtype => $CGIitemtype,
  				suggestion => C4::Context->preference("suggestion"),
+ 				virtualshelves => C4::Context->preference("virtualshelves"),
  );
  output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list