Ignore:
Timestamp:
2010-08-17T17:05:03+12:00 (14 years ago)
Author:
mdewsnip
Message:

Removed some old (commented out) "[srclink]" code, as part of tidying up the dmsafe stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/UnknownPlugin.pm

    r21760 r22655  
    145145    $doc_obj->add_metadata ($section, "MimeType", $mime_type);
    146146    $doc_obj->add_utf8_metadata ($section, $assoc_field, $doc_obj->get_source()); # Source metadata is already in utf8
    147 
    148     #$doc_obj->add_metadata ($section, "srclink",
    149 #               "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/[SourceFile]\">");
    150147    $doc_obj->add_metadata ($section, "srclink_file", "[SourceFile]");
    151148    $doc_obj->add_metadata ($section, "srcicon", "_".$self->{'srcicon'}."_");
    152     #$doc_obj->add_metadata ($section, "/srclink", "</a>");
    153149   
    154150    # we have no text - add dummy text and NoText metadata
Note: See TracChangeset for help on using the changeset viewer.