[freeside-commits] branch FREESIDE_3_BRANCH updated. 850b3a9ce595532549ef04f828cc0089e7287af7
Ivan
ivan at 420.am
Wed Mar 23 13:59:03 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 850b3a9ce595532549ef04f828cc0089e7287af7 (commit)
from a2d3ebe7029269a5ed2df08536ab5a757905b53f (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 850b3a9ce595532549ef04f828cc0089e7287af7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 23 13:59:02 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