[Koha-cvs] CVS: koha mancredit.pl,1.7,1.8

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 21:18:47 CET 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv10830

Modified Files:
	mancredit.pl 
Log Message:
Handle non-latin1 charset


Index: mancredit.pl
===================================================================
RCS file: /cvsroot/koha/koha/mancredit.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** mancredit.pl	13 Dec 2002 10:21:59 -0000	1.7
--- mancredit.pl	25 Jan 2003 20:18:45 -0000	1.8
***************
*** 25,28 ****
--- 25,29 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  use CGI;
  use HTML::Template;
***************
*** 54,58 ****
  					});
  	$template->param( bornum => $bornum);
! 	print $input->header(-cookie => $cookie),$template->output;
  
  }
--- 55,62 ----
  					});
  	$template->param( bornum => $bornum);
! 	print $input->header(
! 	    -type => guesstype($template->output),
! 	    -cookie => $cookie
! 	),$template->output;
  
  }





More information about the Koha-cvs mailing list