IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2009, 9:45:15 AM (17 years ago)
Author:
Paul Price
Message:

Fixing so recent changes work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diff_outputs.pl

    r24223 r24224  
    7575
    7676# List of diffs
    77 my $diffs = $db->selectcol_arrayref( $sql,
    78                                      { Columns => [1] }
     77my $diffs = $db->selectall_arrayref( $sql, { Slice => {} }
    7978                                     ) or die "Unable to execute SQL: $DBI::errstr";
    8079
     
    9796    foreach my $product ( @products ) {
    9897        next if (not defined $diff->{bothways} or $diff->{bothways} eq 'NULL' or not $diff->{bothways}) and $product =~ /INVERSE/;
    99         copy_extension( $diff, ${EXTENSIONS()}{$product} );
     98        copy_extension( $diff->{path_base}, ${EXTENSIONS()}{$product} );
    10099    }
    101100}
Note: See TracChangeset for help on using the changeset viewer.