Changeset 1217

Show
Ignore:
Timestamp:
11/03/06 03:07:09 (2 years ago)
Author:
dominik
Message:

don't store the long timezone names in the place where the short ones belong to

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config/AgaviLdmlConfigHandler.class.php

    r1199 r1217  
    550550            } 
    551551            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(); 
    553553            } 
    554554            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(); 
    556556            } 
    557557            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(); 
    559559            } 
    560560            if(isset($zone->exemplarCity)) {