Changeset 11978


Ignore:
Timestamp:
2006-06-29T14:42:17+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now accepts "private residence"/"private residences" as a valid place function value.

File:
1 edited

Legend:

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

    r11975 r11978  
    256256    "outdoor space" => "",
    257257    "president's house" => "",
     258    "private residence" => "",
    258259    "residence hall" => "",
    259260    "stadium" => "",
     
    681682        $place_function_to_index =~ s/garden$/gardens/;
    682683        $place_function_to_index =~ s/residence halls$/residence hall/;
     684        $place_function_to_index =~ s/private residences$/private residence/;
    683685
    684686        # Check it is one of the valid function values
Note: See TracChangeset for help on using the changeset viewer.