[Koha-cvs] koha/C4 Export.pm [rel_2_2]

Mason James szrj1m at yahoo.com
Mon Jan 15 22:12:05 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Mason James <sushi>	07/01/15 21:12:05

Modified files:
	C4             : Export.pm 

Log message:
	typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Export.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: Export.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Export.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- Export.pm	15 Jan 2007 21:07:58 -0000	1.1.2.1
+++ Export.pm	15 Jan 2007 21:12:05 -0000	1.1.2.2
@@ -33,7 +33,7 @@
         where (datecreated >= ? and datecreated <= ?)
         and (biblio.biblionumber = biblioitems.biblionumber)
         and (biblioitems.biblioitemnumber = items.biblioitemnumber)
-        and (marc_biblio.biblionumber = biblio.biblionumber) limit 2"
+        and (marc_biblio.biblionumber = biblio.biblionumber)"
     );
     $sth->execute( $start_date, $end_date );
 





More information about the Koha-cvs mailing list