Changeset 11644


Ignore:
Timestamp:
2006-04-12T09:17:42+12:00 (18 years ago)
Author:
shaoqun
Message:

comment out the code that convert "x=y" format because we no long use that format and this mistakenly converts options that contains "="

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify.pm

    r10218 r11644  
    101101    my ($opt, $key, $value);
    102102    foreach $opt (@$classifyoption) {
    103         if ($opt =~ /^(\w+)=(.*)$/) {
    104         push @newoptions, "-$1", $2;
    105         } else {
     103        # if ($opt =~ /^(\w+)=(.*)$/) {
     104        #   push @newoptions, "-$1", $2;
     105        # } else {
    106106        push @newoptions, $opt;
    107         }
     107        #}
    108108    }
    109109
Note: See TracChangeset for help on using the changeset viewer.