]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix timestamps in fallback content for EventPlugin
authorBrion Vibber <brion@pobox.com>
Wed, 30 Mar 2011 19:50:56 +0000 (12:50 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 30 Mar 2011 19:50:56 +0000 (12:50 -0700)
commit0ac09253094e0eb4c67e60632547c543b9c6d43b
tree9d8c31e8fa55ba42866327ed6d4b8c7e1f0ddc41
parentda7c54023d5448c8e37554ebfd7ec1b255dee37e
Fix timestamps in fallback content for EventPlugin

A bunch of the common_* functions for date formatting expect an interpretable string, rather than a Unix timestamp, as input. Switched to using the DB-formatted timestamps as we put them into the object rather than the unix timestamp intermediate value when formatting the plaintext and HTML fallback content.
plugins/Event/Happening.php