diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-20 09:46:32 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-20 09:46:32 +0100 |
commit | 8f19d16b2a9bb9b080c56df7b743d505cffc60b2 (patch) | |
tree | b92e704a14a4a97837da495b6cef2ff71e7c5835 /phpBB | |
parent | 9343317121504ef6b558f81126ce93adb6f33ecd (diff) | |
parent | 16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734 (diff) | |
download | forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.gz forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.bz2 forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.xz forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 9e07290697..9b5c668880 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1123,9 +1123,6 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp; <ul> <li> - <p>Use <code>sizeof</code> instead of <code>count</code></p> - </li> - <li> <p>Use <code>strpos</code> instead of <code>strstr</code></p> </li> <li> |