Changeset 11934


Ignore:
Timestamp:
2006-06-19T15:38:37+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now removes dots from the end of function values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/perllib/plugins/CICPlug.pm

    r11932 r11934  
    559559        # Create place functions mapping
    560560        $place_function = lc($place_function);
     561        $place_function =~ s/\.$//;
    561562        $place_function =~ s/\(.*\)//g;
    562563        $place_function =~ s/^\s*//;
Note: See TracChangeset for help on using the changeset viewer.