[freeside-commits] branch master updated. 387a6d63bee098b013f8ea3f53a4d349b0c0d928

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


The branch, master has been updated
       via  387a6d63bee098b013f8ea3f53a4d349b0c0d928 (commit)
      from  af50b1380eec1944735d7ce54c33304a5ccc827e (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 387a6d63bee098b013f8ea3f53a4d349b0c0d928
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 2 00:48:27 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 d18ec1c..3ef3774 100644
--- 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;
   }
 

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

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




More information about the freeside-commits mailing list