/[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 56 by dpavlin, Tue Apr 1 19:44:02 2008 UTC revision 58 by dpavlin, Tue Apr 1 19:59:50 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') . ' ' . $self->__value('o');          return $self->__value('cn') . ' | ' . $self->__value('o');
93  }  }
94    
95  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26