X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=e643559f09c2bee6205ed6182850d4908599101e;hb=c14a267229fc0d6f2d2afdebab3bd34d825df2ef;hp=f01d3cd0b18cfe046c7c28610d55a42b2e0894e3;hpb=91387f8f489e561deaf1de052d80ef800a4970a3;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index f01d3cd0b..e643559f0 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -59,6 +59,7 @@ sub handler #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; + use HTML::Entities; use FS::UID qw(cgisuidsetup); use FS::Record qw(qsearch qsearchs fields); use FS::part_svc; @@ -76,7 +77,7 @@ sub handler $r->content_type('text/html'); #eorar - # @FS::CGI::@headers or some other way to set no-cache headers!!! + # @FS::CGI::headers or some other way to set no-cache headers!!! my $status = $ah->handle_request($r);