Changeset 1217
- Timestamp:
- 11/03/06 03:07:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/config/AgaviLdmlConfigHandler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config/AgaviLdmlConfigHandler.class.php
r1199 r1217 550 550 } 551 551 if(isset($zone->short->generic)) { 552 $data['timeZoneNames']['zones'][$zoneName]['short']['generic'] = $zone-> long->generic->getValue();552 $data['timeZoneNames']['zones'][$zoneName]['short']['generic'] = $zone->short->generic->getValue(); 553 553 } 554 554 if(isset($zone->short->standard)) { 555 $data['timeZoneNames']['zones'][$zoneName]['short']['standard'] = $zone-> long->standard->getValue();555 $data['timeZoneNames']['zones'][$zoneName]['short']['standard'] = $zone->short->standard->getValue(); 556 556 } 557 557 if(isset($zone->short->daylight)) { 558 $data['timeZoneNames']['zones'][$zoneName]['short']['daylight'] = $zone-> long->daylight->getValue();558 $data['timeZoneNames']['zones'][$zoneName]['short']['daylight'] = $zone->short->daylight->getValue(); 559 559 } 560 560 if(isset($zone->exemplarCity)) {

