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/ConvertToRogPlugin.pm

    r21764 r22655  
    444444    $doc_obj->associate_file($filename, "doc.$doc_ext", undef, $cursection);
    445445
    446     #my $doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/doc.$doc_ext\">";
    447     #$doc_obj->add_utf8_metadata ($cursection, "srclink",  $doclink);
    448446    $doc_obj->add_metadata ($cursection, "srclink_file", "doc.$doc_ext");
    449447    $doc_obj->add_utf8_metadata ($cursection, "srcicon",  "_icon".$doc_ext."_");
    450     #$doc_obj->add_utf8_metadata ($cursection, "/srclink", "</a>");
     448
    451449    return $ret_val;
    452450}
Note: See TracChangeset for help on using the changeset viewer.