koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/C4 Export.pm [rel_2_2]
Date: Mon, 15 Jan 2007 21:12:05 +0000

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 );
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]