IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2010, 12:43:53 PM (16 years ago)
Author:
Paul Price
Message:

Disconnect from database before processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/delete_convolved_diff.pl

    r27241 r27599  
    7474
    7575    my $results = $db->selectall_arrayref( $sql ) or die "Unable to execute SQL: $DBI::errstr";
     76
     77    $db->disconnect;
     78
    7679    foreach my $result ( @$results ) {
    7780        my $path = $$result[0];
Note: See TracChangeset for help on using the changeset viewer.