[freeside-commits] branch FREESIDE_2_3_BRANCH updated. b7a80b36571a74ad7e7af4cf93bb2b230df06520
Ivan
ivan at 420.am
Sat Jun 2 01:59:51 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via b7a80b36571a74ad7e7af4cf93bb2b230df06520 (commit)
from 13f187ef0b86ddf36f77310a0dd39a0e9d2c0fa5 (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 b7a80b36571a74ad7e7af4cf93bb2b230df06520
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jun 2 01:59:50 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 260a843..d7796d6 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5094,8 +5094,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