Update comment to match current requirements
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
7facd526b1
commit
4d9dc457bd
@ -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());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user