[freeside-commits] freeside/httemplate autohandler,1.8,1.9
Ivan,,,
ivan at wavetail.420.am
Thu Feb 19 18:22:17 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate
In directory wavetail.420.am:/tmp/cvs-serv21285
Modified Files:
autohandler
Log Message:
harmless tyop
Index: autohandler
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/autohandler,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- autohandler 19 Feb 2009 06:42:44 -0000 1.8
+++ autohandler 20 Feb 2009 02:22:15 -0000 1.9
@@ -29,7 +29,7 @@
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();
}
More information about the freeside-commits
mailing list