[Koha-cvs] CVS: koha/acqui.simple saveitem.pl,1.6,1.7

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:39:58 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv5609

Modified Files:
	saveitem.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: saveitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/saveitem.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** saveitem.pl	14 Aug 2002 18:12:52 -0000	1.6
--- saveitem.pl	13 Oct 2002 07:39:56 -0000	1.7
***************
*** 1,4 ****
--- 1,5 ----
  #!/usr/bin/perl
  
+ # $Id$
  
  # Copyright 2000-2002 Katipo Communications
***************
*** 76,80 ****
      print $input->redirect("additem.pl?biblionumber=$biblionumber&error=nobiblioitem");
  } else {
!     
      if ($website) {
  	&newbiblioitem($biblioitem);
--- 77,81 ----
      print $input->redirect("additem.pl?biblionumber=$biblionumber&error=nobiblioitem");
  } else {
! 
      if ($website) {
  	&newbiblioitem($biblioitem);





More information about the Koha-cvs mailing list