Ignore:
Timestamp:
05/10/09 18:06:27 (15 years ago)
Author:
nanardon
Message:
  • provide id functions to objects
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/Group.pm

    r74 r81  
    7777                } 
    7878            ); 
    79             $sth->execute($self->{id}); 
     79            $sth->execute($self->id); 
    8080            my @res; 
    8181            while (my $res = $sth->fetchrow_hashref) { 
Note: See TracChangeset for help on using the changeset viewer.