koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-user.pl,1.2,1.3


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/opac opac-user.pl,1.2,1.3
Date: Sun, 13 Oct 2002 03:46:24 -0700

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

Modified Files:
        opac-user.pl 
Log Message:
Removed trailing whitespace.


Index: opac-user.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-user.pl        3 Oct 2002 08:51:29 -0000       1.2
--- opac-user.pl        13 Oct 2002 10:46:22 -0000      1.3
***************
*** 58,68 ****
      }
      my ($charges, $itemtype) = calc_charges(undef, undef, 
$issue->{'itemnumber'}, $borrowernumber);
!     $issue->{'charges'} = $charges; 
      push @issuedat, $issue;
      $count++;
! } 
  
! $template->param(ISSUES => address@hidden); 
! $template->param(issues_count => $count); 
  
  # now the reserved items....
--- 58,68 ----
      }
      my ($charges, $itemtype) = calc_charges(undef, undef, 
$issue->{'itemnumber'}, $borrowernumber);
!     $issue->{'charges'} = $charges;
      push @issuedat, $issue;
      $count++;
! }
  
! $template->param(ISSUES => address@hidden);
! $template->param(issues_count => $count);
  
  # now the reserved items....
***************
*** 87,89 ****
  
  $template->param(loggedinuser => $loggedinuser);
! print "Content-Type: text/html\n\n", $template->output; 
--- 87,89 ----
  
  $template->param(loggedinuser => $loggedinuser);
! print "Content-Type: text/html\n\n", $template->output;




reply via email to

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