[Koha-cvs] koha/zebraplugin/utils missing090field.pl [dev_week]

paul poulain paul at koha-fr.org
Wed Aug 2 15:34:00 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	paul poulain <tipaul>	06/08/02 13:34:00

Modified files:
	zebraplugin/utils: missing090field.pl 

Log message:
	oups... sorry, rolling back

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/zebraplugin/utils/missing090field.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: missing090field.pl
===================================================================
RCS file: /sources/koha/koha/zebraplugin/utils/Attic/missing090field.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- missing090field.pl	2 Aug 2006 13:09:46 -0000	1.1.2.2
+++ missing090field.pl	2 Aug 2006 13:34:00 -0000	1.1.2.3
@@ -14,7 +14,7 @@
 
 my $dbh = C4::Context->dbh;
 
-my $sth=$dbh->prepare("select m.biblionumber,b.biblioitemnumber from marc_biblio m left join biblioitems b on b.biblionumber=m.biblionumber where m.biblionumber>'9800'");
+my $sth=$dbh->prepare("select m.biblionumber,b.biblioitemnumber from marc_biblio m left join biblioitems b on b.biblionumber=m.biblionumber");
 	$sth->execute();
 
 while (my ($biblionumber,$biblioitemnumber)=$sth->fetchrow ){





More information about the Koha-cvs mailing list