[Koha-cvs] CVS: koha/search.marc search.pl,1.6,1.7

Mike Hansen wolfpac444 at users.sourceforge.net
Sat Mar 29 01:03:10 CET 2003


Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1:/tmp/cvs-serv3275/koha/search.marc

Modified Files:
	search.pl 
Log Message:
Bug fixes


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** search.pl	4 Mar 2003 16:15:16 -0000	1.6
--- search.pl	29 Mar 2003 00:02:36 -0000	1.7
***************
*** 69,74 ****
  				debug => 1,
  				});
! 	$template->param(loggedinuser => $loggedinuser,
! 							result => \@results);
  
  } else {
--- 69,73 ----
  				debug => 1,
  				});
! 	#$template->param(result => \@results);
  
  } else {
***************
*** 81,85 ****
  				debug => 1,
  				});
! 	$template->param(loggedinuser => $loggedinuser);
  	my $tagslib;
  	if ($type eq "opac") {
--- 80,84 ----
  				debug => 1,
  				});
! 	#$template->param(loggedinuser => $loggedinuser);
  	my $tagslib;
  	if ($type eq "opac") {





More information about the Koha-cvs mailing list