Changeset 338

Show
Ignore:
Timestamp:
09/04/06 14:11:15 (2 years ago)
Author:
ogawa
Message:

just negligible changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cybozu2ical/trunk/cybozu2ical

    r337 r338  
    3131    _System => 'login', 
    3232    _Login => '1', 
    33     defined $cfg->{username} ? (_Account => $cfg->{username}): (), 
    34     defined $cfg->{userid} ? (_Id => $cfg->{userid}): (), 
     33    defined $cfg->{username} ? (_Account => $cfg->{username}) : (), 
     34    defined $cfg->{userid} ? (_Id => $cfg->{userid}) : (), 
    3535    Password => $cfg->{password} || '', 
    3636    'csv' => 1,