Changeset 14420

Show
Ignore:
Timestamp:
06/22/08 18:14:15 (5 years ago)
Author:
tomyhero
Message:

lang/perl/FormValidator-LazyWay? : want_array is working now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay.pm

    r14419 r14420  
    174174                } 
    175175 
    176                 # 配列にする。 
    177                 if ( $profile->{want_array}{ $field } ) { 
     176                # 配列をやめる。 
     177                if ( !$profile->{want_array}{ $field } ) { 
    178178                    $storage->{valid}{$field} = $storage->{valid}{$field}[0]; 
    179179                    last VALIDATE;