From 3c34dbb2f2f79dbdf840c7df13862880640c82df Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 20 Feb 2009 02:22:15 +0000 Subject: [PATCH] harmless tyop --- httemplate/autohandler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/autohandler b/httemplate/autohandler index 3a2441703..ae04d423f 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -29,7 +29,7 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { if ( $FS::CurrentUser::CurrentUser->option('save_db_profile') ) { #my $file = %%%FREESIDE_LOG%%%; #substitute here? maybe get from FS.pm? my $file = '/usr/local/etc/freeside/'; #bah - $file .= "dbix_profile..$$.". time; + $file .= "dbix_profile.$$.". time; dbh->setLogFile($file); dbh->printProfile(); } -- 2.11.0