IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2014, 9:01:25 AM (12 years ago)
Author:
bills
Message:

use ps_ud_$label instead of dq_ud_$label for update label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dqueryparse.pl

    r34331 r36463  
    502502    $command .= " -need_magic" if $need_magic;
    503503
    504     my $rlabel = "dq_ud_" . $label if $label;
     504    my $rlabel = "ps_ud_" . $label if $label;
    505505    $command .= " -rlabel $rlabel" if $rlabel;
    506506
Note: See TracChangeset for help on using the changeset viewer.