IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24127


Ignore:
Timestamp:
May 9, 2009, 2:41:19 PM (17 years ago)
Author:
bills
Message:

don't try and post to a status data store if the product is NULL

File:
1 edited

Legend:

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

    r24053 r24127  
    8585}
    8686
    87 if ($product) {
     87if ($product and ($product ne 'NULL')) {
    8888    my $command = "$receive_setstatus --dbname $ds_dbname --status_product $product";
    8989    $command .= " --received_fs_name $fileset --fault 0";
Note: See TracChangeset for help on using the changeset viewer.