From f0c14d87d413c62d009baf7843182794039237e0 Mon Sep 17 00:00:00 2001 From: Matthew Reidsma Date: Tue, 7 Oct 2014 11:31:15 -0400 Subject: [PATCH] Fixed RFC-822 error in RSS feed pubDate because computers are so picky geez --- rss/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/index.php b/rss/index.php index d1f6a60..16c2fc7 100755 --- a/rss/index.php +++ b/rss/index.php @@ -48,7 +48,7 @@ ' . $description. ' status_text) . ']]> ' . $obj->user_email . ' (' . $obj->user_fn . ' ' . $obj->user_ln . ') -' . date('D, d M Y g:i:s O', $obj->status_timestamp) . ' +' . date('D, d M Y h:i:s O', $obj->status_timestamp) . ' http://labs.library.gvsu.edu/status/detail.php?id=' . $obj->issue_id . ' ';