X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fautohandler;h=ae04d423f7edde9b442747cf95358d782bef1c2d;hb=2419a740ea77d7c1fd2151dbf8822fc40fd94053;hp=3a244170308710d375360ca95dc2efb33b3d288b;hpb=1c051d721533307ff9d1879deb3107e3a51058fa;p=freeside.git 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(); }