[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 7ccc68f88555353d488be88a58d3f70e3384bbaf

Ivan ivan at 420.am
Sat Jun 2 00:48:32 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  7ccc68f88555353d488be88a58d3f70e3384bbaf (commit)
      from  28fcc5edb232635d9cf98735ed58c5abe0841938 (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 7ccc68f88555353d488be88a58d3f70e3384bbaf
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 2 00:48:29 2012 -0700

    time parts of cust_main upgrade, RT#17629

diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 0e40e08..6a707fd 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5078,7 +5078,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;
   }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list