From 4d9dc457bde30cb3df567ee3398cf004214094d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 9 Dec 2015 07:50:54 +0100 Subject: [PATCH] Update comment to match current requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/common.inc.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 4b1cfe3f37..6ccf341665 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -220,11 +220,8 @@ if (isset($_POST['usesubform'])) { /** * check timezone setting - * this could produce an E_STRICT - but only once, - * if not done here it will produce E_STRICT on every date/time function - * (starting with PHP 5.3, this code can produce E_WARNING rather than - * E_STRICT) - * + * this could produce an E_WARNING - but only once, + * if not done here it will produce E_WARNING on every date/time function */ date_default_timezone_set(@date_default_timezone_get());