koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/marc MARCdetail.pl,1.4,1.5
Date: Sun, 13 Oct 2002 03:44:37 -0700

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 =>address@hidden);
      print "Content-Type: text/html\n\n", $template->output;
!     
  }
--- 66,74 ----
        }
      }
! 
  # fill template with arrays
      $template->param(biblionumber => $biblionumber);
      $template->param(marc =>address@hidden);
      print "Content-Type: text/html\n\n", $template->output;
! 
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]