[freeside-commits] branch FREESIDE_4_BRANCH updated. d2d9921b2bd4228e78ce6c793d700c327d3c597c
Ivan
ivan at 420.am
Wed Mar 23 13:59:01 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via d2d9921b2bd4228e78ce6c793d700c327d3c597c (commit)
from 1e5fd09bc50a0aa7d5e926f44243cb00a153f687 (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 d2d9921b2bd4228e78ce6c793d700c327d3c597c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 23 13:59:01 2016 -0700
fix iso8601 date formatting for yiptv dunning API, RT#35167
diff --git a/FS/FS/Misc/DateTime.pm b/FS/FS/Misc/DateTime.pm
index 56baec3..08cf9a9 100644
--- a/FS/FS/Misc/DateTime.pm
+++ b/FS/FS/Misc/DateTime.pm
@@ -81,7 +81,7 @@ date and time.
=cut
sub iso8601 {
- time2str('%Y-%m-%dT%T', @_);
+ time2str('%Y-%m-%dT%T', shift);
}
=back
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Misc/DateTime.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list