Changeset 24549 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jun 25, 2009, 1:22:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r24520 r24549 153 153 154 154 my $tiltystreakByClass = metadataLookupMD($recipeData, 'TILTYSTREAK.BY.CLASS'); 155 my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, 'APPLY.$class_id');155 my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, "APPLY.$class_id"); 156 156 if ($tiltystreakClassApply) { 157 157 158 my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, 'OPTIONS.$class_id');158 my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, "OPTIONS.$class_id"); 159 159 if ($tiltystreakClassOptions eq "none") { 160 160 $tiltystreakClassOptions = "";
Note:
See TracChangeset
for help on using the changeset viewer.
