Changeset 82


Ignore:
Timestamp:
05/10/09 19:02:03 (15 years ago)
Author:
nanardon
Message:
  • fix setting new attributes
File:
1 edited

Legend:

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

    r81 r82  
    278278        foreach (keys %ext) { 
    279279            if ($ext{$_}) { 
    280                 $sthu->execute($ext{$_}, $self->id, $_) || 
     280                $sthu->execute($ext{$_}, $self->id, $_) != 0 || 
    281281                $sthx->execute($self->id, $_, $ext{$_}) or return; 
    282282            } else { 
Note: See TracChangeset for help on using the changeset viewer.