From: ivan Date: Fri, 20 Feb 2009 02:22:15 +0000 (+0000) Subject: harmless tyop X-Git-Tag: root_of_webpay_support~43 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3c34dbb2f2f79dbdf840c7df13862880640c82df;p=freeside.git harmless tyop --- 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(); }