X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fglobal.asa;h=5b0ac49916da0c8d81a95007038b34128bca4bfa;hp=c7056fc0318238bb35a6dff3540dac5496e752ce;hb=ef7bb336cc67f127fb1d77532ad3da1369c0ae36;hpb=69ecd0e15d3de36b56ad133d5ae57dcddc53c63e diff --git a/htetc/global.asa b/htetc/global.asa index c7056fc03..5b0ac4991 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -73,7 +73,7 @@ sub Script_OnStart { $p = popurl(2); #print $cgi->header( '-expires' => 'now' ); #dbh->{'private_profile'} = {} if dbh->can('sprintProfile'); - dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile') ); + dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); #really should check for FS::Profiler or something # Devel::AutoProfiler _our_ VERSION? thanks a fucking lot @@ -191,5 +191,9 @@ sub sprintAutoProfile { } +sub include { + $Response->Include(@_); +} + 1;