Changeset 10325

Show
Ignore:
Timestamp:
01/27/10 19:13:19 (7 months ago)
Author:
adamk
Message:

Another small fix to use ORLite 1.38's ->set method instead of the raw array position

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r10323 r10325  
    25112511        my $transaction = $self->lock('DB'); 
    25122512        foreach my $file (@session) { 
    2513                 $file->[4] = $session->id; 
     2513                $file->set( session => $session->id ); 
    25142514                $file->insert; 
    25152515        }