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