[Koha-cvs] CVS: koha/marc MARCdetail.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 12:44:37 CEST 2002


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

Modified Files:
	MARCdetail.pl 
Log Message:
Removed trailing whitespace.


Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/MARCdetail.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MARCdetail.pl	9 Oct 2002 18:09:16 -0000	1.4
--- MARCdetail.pl	13 Oct 2002 10:44:35 -0000	1.5
***************
*** 28,34 ****
  use C4::Biblio;
  use C4::Catalogue;
!  
  my $query=new CGI;
!     
  my $biblionumber=$query->param('bib');
  my $tag=$query->param('tag');
--- 28,34 ----
  use C4::Biblio;
  use C4::Catalogue;
! 
  my $query=new CGI;
! 
  my $biblionumber=$query->param('bib');
  my $tag=$query->param('tag');
***************
*** 66,74 ****
  	}
      }
!     
  # fill template with arrays
      $template->param(biblionumber => $biblionumber);
      $template->param(marc =>\@loop_data);
      print "Content-Type: text/html\n\n", $template->output;
!     
  }
--- 66,74 ----
  	}
      }
! 
  # fill template with arrays
      $template->param(biblionumber => $biblionumber);
      $template->param(marc =>\@loop_data);
      print "Content-Type: text/html\n\n", $template->output;
! 
  }





More information about the Koha-cvs mailing list