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

    r22329 r22655  
    266266    $doc_obj->add_metadata ($section, "FileFormat", "MP3");
    267267   
    268     #$doc_obj->add_metadata ($section, "srclink",
    269 #               "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/[srcurl]\">");
    270268    $doc_obj->add_metadata ($section, "srcicon", "_iconmp3_");
    271     #$doc_obj->add_metadata ($section, "/srclink", "</a>");
    272269    $doc_obj->add_metadata ($section, "srclink_file", "[srcurl]");
    273270    my $applet_metadata = $self->{'applet_metadata'};
Note: See TracChangeset for help on using the changeset viewer.