[Koha-cvs] CVS: koha updatewebsite.pl,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:36:20 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv4769

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


Index: updatewebsite.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatewebsite.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** updatewebsite.pl	14 Aug 2002 18:12:51 -0000	1.2
--- updatewebsite.pl	13 Oct 2002 07:36:17 -0000	1.3
***************
*** 1,4 ****
--- 1,5 ----
  #!/usr/bin/perl
  
+ # $Id$
  
  # Copyright 2000-2002 Katipo Communications
***************
*** 40,44 ****
  } elsif (! $biblionumber) {
      print $input->redirect("/catalogue/");
!     
  } elsif (! $websitenumber) {
      print $input->redirect("modwebsites.pl?biblionumber=$biblionumber");
--- 41,45 ----
  } elsif (! $biblionumber) {
      print $input->redirect("/catalogue/");
! 
  } elsif (! $websitenumber) {
      print $input->redirect("modwebsites.pl?biblionumber=$biblionumber");





More information about the Koha-cvs mailing list