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

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


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

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


Index: opac-userupdate.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userupdate.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-userupdate.pl	3 Oct 2002 08:51:29 -0000	1.2
--- opac-userupdate.pl	13 Oct 2002 10:46:30 -0000	1.3
***************
*** 49,53 ****
          warn "Error sending mail: $Mail::Sendmail::error \n";
      }
! } 
  
  my $template = gettemplate("opac-userupdate.tmpl", "opac");
--- 49,53 ----
          warn "Error sending mail: $Mail::Sendmail::error \n";
      }
! }
  
  my $template = gettemplate("opac-userupdate.tmpl", "opac");
***************
*** 68,70 ****
  $template->param(loggedinuser => $loggedinuser);
  
! print "Content-Type: text/html\n\n", $template->output; 
--- 68,70 ----
  $template->param(loggedinuser => $loggedinuser);
  
! print "Content-Type: text/html\n\n", $template->output;





More information about the Koha-cvs mailing list