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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 12:46:24 CEST 2002


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 => \@issuedat); 
! $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 => \@issuedat);
! $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;





More information about the Koha-cvs mailing list