Show
Ignore:
Timestamp:
11/06/06 09:16:54 (2 years ago)
Author:
ogawa
Message:

http://as-is.net/blog/archives/001121.html#comment-6173

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cybozu2ical/trunk/cybozu2ical

    r338 r340  
    9494 
    9595    $vevent->add_properties( 
    96         summary => decode_utf8($fields[12] || ''), 
    97         description => decode_utf8($fields[13] || $fields[12] || ''), 
     96        summary => decode_utf8($fields[12] || $fields[11] || ''), 
     97        description => decode_utf8($fields[13] || $fields[12] || $fields[11] || ''), 
    9898        dtstamp => $dtstamp, 
    9999        created => $created