Opened 17 years ago
Closed 17 years ago
#919 closed defect (bug) (fixed)
badly-formed date in bp-activity-sitewide-feed.php
| Reported by: | DJPaul | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: | djpaul@… |
Description
In both of the <pubDate> sections, you have this:
'D, d M Y H:i:s +0000'
That needs to be (O for Orange):
'D, d M Y H:i:s O'
That is replace with the correct timezone offset by php date() function. Possibly this exists in the other feeds, but I haven't looked.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Milestone 1.0.4 deleted