diff options
author | ivan <ivan> | 2004-03-23 03:36:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-23 03:36:48 +0000 |
commit | a60469e86166291a4a03a6c534d1f88ef070dd4a (patch) | |
tree | 6dd10e0de9efbf509a971596fdc576460b11c9cd /htetc/global.asa | |
parent | 70621d7d9672f27453ccde5bf5632c72a5f16ea0 (diff) |
make Apache::ASP includes work as expected
Diffstat (limited to 'htetc/global.asa')
-rw-r--r-- | htetc/global.asa | 1 |
1 files changed, 1 insertions, 0 deletions
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) ) { |