IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27104


Ignore:
Timestamp:
Feb 26, 2010, 12:58:33 PM (16 years ago)
Author:
bills
Message:

handle undef DATA_GROUP

File:
1 edited

Legend:

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

    r26289 r27104  
    197197        # backwards compatability hook
    198198        $data_group = $row->{LABEL};
     199        $data_group = "null" if !defined $data_group;
    199200    }
    200201       
Note: See TracChangeset for help on using the changeset viewer.