/[A3C]/lib/A3C/Model/Person.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/Person.pm

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

revision 45 by dpavlin, Sun Mar 30 22:29:42 2008 UTC revision 56 by dpavlin, Tue Apr 1 19:44:02 2008 UTC
# Line 344  sub email_confirmed { 1 }; Line 344  sub email_confirmed { 1 };
344    
345  sub name {  sub name {
346          my $self = shift;          my $self = shift;
347          return $self->__value('cn');          return $self->__value('cn') . ' <' . $self->__value('mail') . '>';
348  }  }
349    
350  =head2 validate_telephoneNumber  =head2 validate_telephoneNumber

Legend:
Removed from v.45  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26