From ad4889be4b9a0e58324683fb16c0dea1905e2c1a Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sat, 19 Nov 2016 22:11:09 -0500 Subject: [PATCH] [ticket/14872] Remove sizeof/count restriction PHPBB3-14872 --- phpBB/docs/coding-guidelines.html | 3 --- 1 file changed, 3 deletions(-) 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.