Update comment to match current requirements

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-09 07:50:54 +01:00
parent 7facd526b1
commit 4d9dc457bd

View File

@ -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());