mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Nitpicks. r10283, r10285
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2d83f5be70
commit
f864e75174
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
||||||
<li>[Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)</li>
|
<li>[Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)</li>
|
||||||
<li>[Fix] Force full date for board online record date.</li>
|
<li>[Fix] Force full date for board online record date.</li>
|
||||||
<li>[Fix] Correctly reset login keys if passed value is the current user. (Bug #54125)</li>
|
<li>[Fix] Correctly reset login keys if passed value is the current user. (Bug #54125)</li>
|
||||||
<li>[Fix] Correctly set last modified headers. (Bug #54245, thanks Paul.J.Murphy )</li>
|
<li>[Fix] Correctly set last modified headers. (Bug #54245, thanks Paul.J.Murphy)</li>
|
||||||
<li>[Fix] Show correct HTML title when reporting private messages. (Bug #54375)</li>
|
<li>[Fix] Show correct HTML title when reporting private messages. (Bug #54375)</li>
|
||||||
<li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li>
|
<li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li>
|
||||||
<li>[Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)</li>
|
<li>[Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)</li>
|
||||||
|
|
|
@ -443,7 +443,7 @@ class phpbb_feed
|
||||||
*/
|
*/
|
||||||
var $separator_stats = "\xE2\x80\x94"; // —
|
var $separator_stats = "\xE2\x80\x94"; // —
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor. Set standard keys.
|
* Constructor. Set standard keys.
|
||||||
*/
|
*/
|
||||||
function phpbb_feed($forum_id = 0, $topic_id = 0)
|
function phpbb_feed($forum_id = 0, $topic_id = 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue