From: ivan Date: Tue, 23 Mar 2004 03:36:48 +0000 (+0000) Subject: make Apache::ASP includes work as expected X-Git-Tag: NET_WHOIS_RAW_0_31~38 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a60469e86166291a4a03a6c534d1f88ef070dd4a make Apache::ASP includes work as expected --- diff --git a/htetc/global.asa b/htetc/global.asa index ecba45770..65f3355e1 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -199,6 +199,7 @@ sub sprintAutoProfile { sub include { ( my $file = shift ) =~ s(^/)(); $Response->Include($file, @_); + ''; } if ( defined(@DBIx::Profile::ISA) ) {