IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29840


Ignore:
Timestamp:
Nov 26, 2010, 10:35:34 AM (15 years ago)
Author:
eugene
Message:

merge updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/ippToPsps/perl/ippToPsps/Datastore.pm

    r29655 r29840  
    5454    my $command  = "$self->{_dsreg}";
    5555    $command .= " --add $name";
    56     $command .= " --rm";
    5756    $command .= " --copy";
    5857    $command .= " --datapath $path";
     
    8685    my $command  = "$self->{_dsreg}";
    8786    $command .= " --del $name";
     87    $command .= " --rm";
    8888    $command .= " --product $self->{_product}";
    8989
Note: See TracChangeset for help on using the changeset viewer.