[freeside-commits] branch FREESIDE_4_BRANCH updated. d731b1490d3a58a46c4201c0bb4871230a4c9a6f
Ivan
ivan at 420.am
Wed Aug 2 17:09:00 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via d731b1490d3a58a46c4201c0bb4871230a4c9a6f (commit)
from 2c1dc1b870d4a01b3797797ac27640f0579c86c4 (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 d731b1490d3a58a46c4201c0bb4871230a4c9a6f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 2 17:08:56 2017 -0700
enable all debugging when you turn on the checkbox, RT#76756
diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm
index 4373e7a..9458fca 100644
--- a/FS/FS/part_export/pbxware.pm
+++ b/FS/FS/part_export/pbxware.pm
@@ -137,7 +137,7 @@ sub import_cdrs {
# page's IDs or something.
my $uniqueid = md5_hex(join(',',@$row));
if ( FS::cdr->row_exists('uniqueid = ?', $uniqueid) ) {
- warn "skipped duplicate row in page $page\n" if $DEBUG > 1;
+ warn "skipped duplicate row in page $page\n" if $DEBUG;
next CDR;
}
@@ -186,7 +186,7 @@ local $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;
]
);
warn "$me $method\n" if $DEBUG;
- warn $request->as_string."\n" if $DEBUG > 1;
+ warn $request->as_string."\n" if $DEBUG;
my $ua = LWP::UserAgent->new;
my $response = $ua->request($request);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/pbxware.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list