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

Joshua Ferraro joshferraro at users.sourceforge.net
Wed Mar 24 18:30:37 CET 2004


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...





More information about the Koha-cvs mailing list