aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-20 09:46:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-20 09:46:27 +0100
commit16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734 (patch)
tree45978b6c61422d39c352c67d7c181588e6914f2e /phpBB/docs
parent34ebbbc7c3859a7686c61d2241821588c280ce82 (diff)
parentad4889be4b9a0e58324683fb16c0dea1905e2c1a (diff)
downloadforums-16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734.tar
forums-16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734.tar.gz
forums-16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734.tar.bz2
forums-16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734.tar.xz
forums-16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734.zip
Merge pull request #4519 from michaelcullum/ticket/14872
[ticket/14872] Remove sizeof/count restriction
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/coding-guidelines.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index eb0fb60de2..56b71006c7 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1123,9 +1123,6 @@ append_sid(&quot;{$phpbb_root_path}memberlist.$phpEx&quot;, 'mode=group&amp;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>