X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fautohandler;h=248f14a24211bd65cb765ce7abe8c341532aa6e9;hp=c676d3d2de5be96ef8250c5ce066686cf3f2b8fd;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=83053569b3d965924e2e1d4f5b199609ec7c29af diff --git a/httemplate/autohandler b/httemplate/autohandler index c676d3d2d..248f14a24 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -1,13 +1,9 @@ % $m->call_next; <%init> - dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); + $FS::Maketext::lh = ''; - my $locale = $FS::CurrentUser::CurrentUser->option('locale') - || FS::Conf->new->config('locale') - || 'en_US'; - $locale =~ s/_/-/g; - $lh = FS::L10N->get_handle($locale) || die "Unknown locale $locale"; + dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); <%filter> @@ -45,10 +41,10 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { dbh->{'private_profile'} = {}; - s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i; + s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)/$profile$1/i; } <%cleanup> - dbh->commit(); + dbh->commit() if dbh;