Changeset 12210


Ignore:
Timestamp:
2006-07-13T13:45:40+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now uses the tidied version of the place functions for indexing.

File:
1 edited

Legend:

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

    r12202 r12210  
    664664        }
    665665        my $place_year_prefix = $place_functions_match_hashref->{"Prefix"} || "";
    666         $place_functions .= "$place_function ";
    667666        $place_functions_table_html .= "<tr><td valign=\"top\"><nobr>$place_year_prefix $place_year</nobr>&nbsp;</td><td valign=\"top\">$place_function</td></tr>";
    668667
     
    695694        }
    696695        push(@{$place_function_to_ids_mapping{$place_function_to_index}}, $place_doc_obj->get_OID());
     696        $place_functions .= "$place_function_to_index ";
    697697    }
    698698    &new_metadata_entry($place_doc_obj, "Functions", $place_functions);
Note: See TracChangeset for help on using the changeset viewer.