koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.6,1.78.2.7


From: Joshua Ferraro
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.6,1.78.2.7
Date: Wed, 24 Mar 2004 09:30:37 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12740

Modified Files:
      Tag: rel_2_0
        Biblio.pm 
Log Message:
Fixes bug 749 by deleting the comma on line 1488 in Biblio.pm


Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.78.2.6
retrieving revision 1.78.2.7
diff -C2 -r1.78.2.6 -r1.78.2.7
*** Biblio.pm   19 Mar 2004 14:36:07 -0000      1.78.2.6
--- Biblio.pm   24 Mar 2004 17:30:35 -0000      1.78.2.7
***************
*** 1486,1490 ****
                               wthdrawn=?,
                             bulk=?,
!                            notforloan=?,
                            where itemnumber=?";
      @bind = 
($item->{'bibitemnum'},$item->{'barcode'},$item->{'notes'},$item->{'homebranch'},$item->{'lost'},$item->{'wthdrawn'},$item->{'bulk'},$item->{'notforloan'},$item->{'itemnum'});
--- 1486,1490 ----
                               wthdrawn=?,
                             bulk=?,
!                            notforloan=?
                            where itemnumber=?";
      @bind = 
($item->{'bibitemnum'},$item->{'barcode'},$item->{'notes'},$item->{'homebranch'},$item->{'lost'},$item->{'wthdrawn'},$item->{'bulk'},$item->{'notforloan'},$item->{'itemnum'});
***************
*** 2192,2195 ****
--- 2192,2198 ----
  # $Id$
  # $Log$
+ # Revision 1.78.2.7  2004/03/24 17:30:35  joshferraro
+ # Fixes bug 749 by deleting the comma on line 1488 in Biblio.pm
+ #
  # Revision 1.78.2.6  2004/03/19 14:36:07  tipaul
  # fixing bug in char handling again... need help to fix it definetly, 
probably...




reply via email to

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