IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24549


Ignore:
Timestamp:
Jun 25, 2009, 1:22:03 PM (17 years ago)
Author:
eugene
Message:

need to use double quotes so class_id is resolved

File:
1 edited

Legend:

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

    r24520 r24549  
    153153
    154154        my $tiltystreakByClass = metadataLookupMD($recipeData, 'TILTYSTREAK.BY.CLASS');
    155         my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, 'APPLY.$class_id');
     155        my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, "APPLY.$class_id");
    156156        if ($tiltystreakClassApply) {
    157157
    158             my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, 'OPTIONS.$class_id');
     158            my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, "OPTIONS.$class_id");
    159159            if ($tiltystreakClassOptions eq "none") {
    160160                $tiltystreakClassOptions = "";
Note: See TracChangeset for help on using the changeset viewer.