From 0c525f3ba7b2b6730b8939b950e4d76dd16802a9 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Thu, 5 Jan 2006 09:34:30 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'SQL_LEDGER_2_4_4'. --- httemplate/autohandler | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 httemplate/autohandler (limited to 'httemplate/autohandler') diff --git a/httemplate/autohandler b/httemplate/autohandler deleted file mode 100644 index a3f7eb008..000000000 --- a/httemplate/autohandler +++ /dev/null @@ -1,21 +0,0 @@ -% $m->call_next; -<%init> - dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); - -<%filter> - -my $profile = ''; -if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { - - if ( lc($r->content_type) eq 'text/html' ) { - - $profile = '
'. encode_entities(dbh->sprintProfile()).
-               #"\n\n". &sprintAutoProfile(). '
'; - "\n\n". ''; - } - - dbh->{'private_profile'} = {}; -} - -s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i; - -- cgit v1.2.1