@@ -41,7 +41,9 @@ |
||
| 41 | 41 | twfy_debug_timestamp("after including utility.php"); |
| 42 | 42 | |
| 43 | 43 | // Set the default timezone |
| 44 | -if(function_exists('date_default_timezone_set')) date_default_timezone_set(TIMEZONE); |
|
| 44 | +if(function_exists('date_default_timezone_set')) { |
|
| 45 | + date_default_timezone_set(TIMEZONE); |
|
| 46 | +} |
|
| 45 | 47 | |
| 46 | 48 | // Only do clever things with errors if we're not testing, otherwise show as default |
| 47 | 49 | |