[freeside-commits] branch master updated. b41703512b80111e3b5ab00d4eb5ded8505cc041
Ivan
ivan at 420.am
Sat Jun 2 01:59:50 PDT 2012
The branch, master has been updated
via b41703512b80111e3b5ab00d4eb5ded8505cc041 (commit)
from 5d26dfd79434bf28dcafe62a4aa8762a6aa5a379 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b41703512b80111e3b5ab00d4eb5ded8505cc041
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jun 2 01:59:49 2012 -0700
journal expensive parts parts of cust_main upgrade, RT#17629
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 98071dd..3022bfe 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5077,8 +5077,8 @@ sub _upgrade_data { #class method
foreach my $sql ( @statements ) {
my $sth = dbh->prepare($sql) or die dbh->errstr;
$sth->execute or die $sth->errstr;
- warn ( (time - $t). " seconds\n" );
- $t = time;
+ #warn ( (time - $t). " seconds\n" );
+ #$t = time;
}
local($ignore_expired_card) = 1;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list