Changeset 698 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Feb 18, 2009, 1:47:34 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Tries to avoid an error msg on disconnect at end of announce by finishing session before
  • Fix debian build deps computation (checked on lenny)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r697 r698  
    23462346                    || die "Unable to insert into $db";
    23472347    $sth->execute($pbdate, $announce);
     2348    $sth->finish();
    23482349    $dbh->disconnect;
    23492350
Note: See TracChangeset for help on using the changeset viewer.