diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2009-07-18 10:12:17 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2009-07-18 10:12:17 +0000 |
| commit | ca627c277869d8b7c81a847eb88e5dff95fdda89 (patch) | |
| tree | f0890b072e437c04d2355c86cac12a733f930c8b /phpBB/docs | |
| parent | 0fe2b41cfca76b51eb14cc687f2a978b0f4a4da0 (diff) | |
| download | forums-ca627c277869d8b7c81a847eb88e5dff95fdda89.tar forums-ca627c277869d8b7c81a847eb88e5dff95fdda89.tar.gz forums-ca627c277869d8b7c81a847eb88e5dff95fdda89.tar.bz2 forums-ca627c277869d8b7c81a847eb88e5dff95fdda89.tar.xz forums-ca627c277869d8b7c81a847eb88e5dff95fdda89.zip | |
Remove redundant SQL query from ucp.php. #40305
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9778 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7ced5a74d6..c9a0d2657d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -161,6 +161,7 @@ <li>[Fix] Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) (Bug #37635 - Patch by leviatan21)</li> <li>[Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)</li> <li>[Fix] Add hard limit for smilies.</li> + <li>[Fix] Remove redundant SQL query from ucp.php. (Bug #40305)</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> <li>[Change] Template engine now permits to a limited extent variable includes.</li> |
