/[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 72 by dpavlin, Thu Apr 10 20:26:45 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;  use A3C::DefaultACL;

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

  ViewVC Help
Powered by ViewVC 1.1.26