/[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 73 by dpavlin, Fri Apr 11 15:49: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->cn . ' - ' . $self->o;
93  }  }
94    
95    use A3C::DefaultACL;
96    
97  1;  1;
98    

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

  ViewVC Help
Powered by ViewVC 1.1.26