harmless tyop
authorivan <ivan>
Fri, 20 Feb 2009 02:22:15 +0000 (02:22 +0000)
committerivan <ivan>
Fri, 20 Feb 2009 02:22:15 +0000 (02:22 +0000)
httemplate/autohandler

index 3a24417..ae04d42 100644 (file)
@@ -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();
   }