Changeset 10325


Ignore:
Timestamp:
01/27/10 19:13:19 (2 years ago)
Author:
adamk
Message:

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

File:
1 edited

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    } 
Note: See TracChangeset for help on using the changeset viewer.