/[A3C]/lib/A3C/Model/Organization.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/Organization.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 52 by dpavlin, Tue Apr 1 15:53:03 2008 UTC
# Line 89  Humanly readable name of organization Line 89  Humanly readable name of organization
89    
90  sub name {  sub name {
91          my $self = shift;          my $self = shift;
92          return $self->__value('cn');          return $self->__value('cn') . ' (' . $self->__value('o') . ', ' . $self->__value('l') . ')';
93  }  }
94    
95  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26