IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2009, 5:20:06 PM (17 years ago)
Author:
Paul Price
Message:

Need to discriminate label correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_mops_warps.pl

    r24268 r24270  
    7272    die "Unable to connect to database: $DBI::errstr";
    7373
    74 my $where_label = defined $label ? "AND label = '$label'" : ""; # WHERE for label
     74my $where_label = defined $label ? "AND warpRun.label = '$label'" : ""; # WHERE for label
    7575
    7676my $sql = "
Note: See TracChangeset for help on using the changeset viewer.