/[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 121 by dpavlin, Thu May 15 19:18:45 2008 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3    
4    =head1 WARNING
5    
6    B<This code is obsolete> since application is using L<A3C::Model::hrEduOrg>
7    
8    =cut
9    
10  package A3C::Model::Organization;  package A3C::Model::Organization;
11  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
12    
# Line 89  Humanly readable name of organization Line 95  Humanly readable name of organization
95    
96  sub name {  sub name {
97          my $self = shift;          my $self = shift;
98          return $self->__value('cn');          return $self->cn . ' - ' . $self->o;
99  }  }
100    
101    use A3C::DefaultACL;
102    
103  1;  1;
104    

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

  ViewVC Help
Powered by ViewVC 1.1.26