Fixing up mess after conflict
authorChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:18:58 +0000 (13:18 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:18:58 +0000 (13:18 +1200)
C4/Members.pm

index 7ef8094..8cc32bd 100644 (file)
@@ -999,7 +999,6 @@ The keys include C<biblioitems> fields except marc and marcxml.
 #'
 sub GetPendingIssues {
     my ($borrowernumber) = @_;
-<<<<<<< HEAD:C4/Members.pm
     # must avoid biblioitems.* to prevent large marc and marcxml fields from killing performance
     # FIXME: namespace collision: each table has "timestamp" fields.  Which one is "timestamp" ?
     # FIXME: circ/ciculation.pl tries to sort by timestamp!