aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse/parse_tzs.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/parse/parse_tzs.php')
-rw-r--r--functions/parse/parse_tzs.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions/parse/parse_tzs.php b/functions/parse/parse_tzs.php
index daafe33..c431d29 100644
--- a/functions/parse/parse_tzs.php
+++ b/functions/parse/parse_tzs.php
@@ -46,10 +46,10 @@ while (!feof($ifile)) {
$tz_array[$tz_id] = array(
0 => $offset_s,
1 => $offset_d,
- 'dt_start' => $begin_daylight,
- 'st_start' => $begin_std,
- 'st_name' => $st_name,
- 'dt_name' => $dt_name
+ 'dt_start' => @$begin_daylight,
+ 'st_start' => @$begin_std,
+ 'st_name' => @$st_name,
+ 'dt_name' => @$dt_name
); #echo "<pre>$tz_id"; print_r($tz_array[$tz_id]);echo"</pre>";
break;

© 2014-2024 Faster IT GmbH | imprint | privacy policy