[Koha-cvs] CVS: koha maninvoice.pl,1.5,1.6

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 21:15:14 CET 2003


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

Modified Files:
	maninvoice.pl 
Log Message:
Handle non-latin1 charsets


Index: maninvoice.pl
===================================================================
RCS file: /cvsroot/koha/koha/maninvoice.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** maninvoice.pl	13 Dec 2002 10:21:59 -0000	1.5
--- maninvoice.pl	25 Jan 2003 20:15:11 -0000	1.6
***************
*** 25,28 ****
--- 25,29 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  use CGI;
  use C4::Search;
***************
*** 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