[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.1.2.10,1.1.2.11
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.1.2.10,1.1.2.11 |
Date: |
Thu, 30 Jan 2003 11:24:05 -0800 |
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....
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.1.2.10,1.1.2.11,
Finlay Thompson <=