Skip to content

Commit

Permalink
Remove todo about timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Mar 3, 2012
1 parent ac37be0 commit ad7f2f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/common.inc.php
Expand Up @@ -282,8 +282,9 @@
* 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)
*
* @todo need to decide how we should handle this (without @)
*/
date_default_timezone_set(@date_default_timezone_get());

Expand Down

0 comments on commit ad7f2f2

Please sign in to comment.