/[A3C]/lib/A3C/Model/User.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/Model/User.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by dpavlin, Tue Mar 18 19:03:53 2008 UTC revision 33 by dpavlin, Tue Mar 18 19:22:30 2008 UTC
# Line 350  Support NONE as 2042-12-30 Line 350  Support NONE as 2042-12-30
350  sub canonicalize_hrEduPersonExpireDate {  sub canonicalize_hrEduPersonExpireDate {
351          my ( $self, $value ) = @_;          my ( $self, $value ) = @_;
352    
353          if ( $value eq 'NONE' ) {          if ( lc($value) eq 'none' ) {
354                  $self->log->warn("fixed hrEduPersonExpireDate");                  $self->log->warn("fixed hrEduPersonExpireDate");
355                  $value = '2042-12-30';                  $value = '2042-12-30';
356          }          }

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26