koha-cvs
[Top][All Lists]
Advanced

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

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha mancredit.pl,1.7,1.8
Date: Sat, 25 Jan 2003 12:18:47 -0800

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;
  
  }




reply via email to

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