projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af50b13
)
time parts of cust_main upgrade, RT#17629
author
Ivan Kohler
<ivan@freeside.biz>
Sat, 2 Jun 2012 07:48:27 +0000
(
00:48
-0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Sat, 2 Jun 2012 07:48:27 +0000
(
00:48
-0700)
FS/FS/cust_main.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main.pm
b/FS/FS/cust_main.pm
index
d18ec1c
..
3ef3774
100644
(file)
--- a/
FS/FS/cust_main.pm
+++ b/
FS/FS/cust_main.pm
@@
-5061,7
+5061,7
@@
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"
;
+ warn (
(time - $t). " seconds\n" )
;
$t = time;
}