aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-12 12:34:12 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-12 12:34:12 +0000
commit45964352e37217277527480fcd89222b33c22280 (patch)
tree772fda2d9b919d2e6bc97dd51577d3c1d6d54b47
parent8014c49f68c2081abfe40f5f3dd270025fdbaf1e (diff)
downloadforums-45964352e37217277527480fcd89222b33c22280.tar
forums-45964352e37217277527480fcd89222b33c22280.tar.gz
forums-45964352e37217277527480fcd89222b33c22280.tar.bz2
forums-45964352e37217277527480fcd89222b33c22280.tar.xz
forums-45964352e37217277527480fcd89222b33c22280.zip
Typo in r9963.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9964 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/docs/CHANGELOG.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index ea2459b653..20f3f849d5 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -193,7 +193,6 @@
<li>[Fix] Allow updater to work correctly with PHP filename extensions other than &quot;.php&quot;. (Bugs #15809, #49215)</li>
<li>[Fix] Update search index if only post subject changed. (Bug #49435)</li>
<li>[Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)</li>
- <li>[Change] Introduce new parametwer to page_header for forum specific who is online listings. </li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
@@ -219,6 +218,7 @@
<li>[Change] Cache version check.</li>
<li>[Change] When creating a new forum without copying permissions, ask again.</li>
<li>[Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)</li>
+ <li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li>
<li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li>
<li>[Feature] Backported 3.2 captcha plugins.
<ul>