[Koha-cvs] CVS: koha moredetail.pl,1.12,1.13

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:33:52 CEST 2002


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

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


Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** moredetail.pl	9 Oct 2002 18:09:16 -0000	1.12
--- moredetail.pl	13 Oct 2002 07:33:50 -0000	1.13
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  # Copyright 2000-2002 Katipo Communications
  #
***************
*** 26,30 ****
  use C4::Acquisitions;
  use C4::Output; # contains gettemplate
!   
  my $query=new CGI;
  
--- 28,32 ----
  use C4::Acquisitions;
  use C4::Output; # contains gettemplate
! 
  my $query=new CGI;
  
***************
*** 36,40 ****
  my $template = gettemplate("catalogue/moredetail.tmpl");
  
! # get variables 
  
  my $biblionumber=$query->param('bib');
--- 38,42 ----
  my $template = gettemplate("catalogue/moredetail.tmpl");
  
! # get variables
  
  my $biblionumber=$query->param('bib');
***************
*** 88,92 ****
  	$item->{'issue'}="<b>Currently on issue to:</b> <a href=/cgi-bin/koha/moremember.pl?bornum=$item->{'borrower0'}>$item->{'card'}</a><br>";
      }
- 	  
  }
  
--- 90,93 ----





More information about the Koha-cvs mailing list