[freeside-commits] branch master updated. dc213442f13860d5f44ff7ea0df4eeaf1881d64f
Ivan
ivan at 420.am
Wed Mar 23 13:59:00 PDT 2016
The branch, master has been updated
via dc213442f13860d5f44ff7ea0df4eeaf1881d64f (commit)
from b2e421f4fb030dd9e1b0321e3ece93021804158a (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 dc213442f13860d5f44ff7ea0df4eeaf1881d64f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 23 13:58:59 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