[Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.1.2.10,1.1.2.11

Finlay Thompson finlayt at users.sourceforge.net
Thu Jan 30 20:24:05 CET 2003


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

Modified Files:
      Tag: rel-1-2
	opac-searchresults.pl 
Log Message:

added check to clear the copyright date if equal to  0


Index: opac-searchresults.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-searchresults.pl,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -r1.1.2.10 -r1.1.2.11
*** opac-searchresults.pl	6 Dec 2002 20:36:03 -0000	1.1.2.10
--- opac-searchresults.pl	30 Jan 2003 19:24:01 -0000	1.1.2.11
***************
*** 81,84 ****
--- 81,85 ----
  	$norequests = 0 unless $itm->{'notforloan'};
      }
+     ($res->{'copyrightdate'}==0) && ($res->{'copyrightdate'}='');
      $res->{'norequests'} = $norequests;
      # set up the even odd elements....





More information about the Koha-cvs mailing list