small char encoding fix to merged upgrade

This commit is contained in:
Graham Knop 2009-02-06 03:31:39 +00:00
parent ede922e060
commit 332ace9648

View file

@ -39,6 +39,8 @@ use WebGUI::Utility qw(isIn);
my $toVersion = '7.6.10';
my $quiet; # this line required
# in case we need to output UTF-8 chars
binmode STDOUT, ':utf8';
my $session = start(); # this line required