diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 26189235ef..ffc360b0c3 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1121,9 +1121,6 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
Some of these functions are only chosen over others because of personal preference and have no benefit other than maintaining consistency throughout the code.
Use sizeof
instead of count
Use strpos
instead of strstr