IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16569


Ignore:
Timestamp:
Feb 21, 2008, 2:12:34 PM (18 years ago)
Author:
eugene
Message:

add file. to class_id

File:
1 edited

Legend:

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

    r16552 r16569  
    120120    my $command_imfile = "$pxinject -newImfile";
    121121    $command_imfile .= " -exp_id $exp_id";
    122     $command_imfile .= " -tmp_class_id $i";
     122    $command_imfile .= " -tmp_class_id file.$i";
    123123    $command_imfile .= " -uri $relfile";
    124124    $command_imfile .= " -dbname $dbname" if defined ($dbname);
Note: See TracChangeset for help on using the changeset viewer.