Ignore:
Timestamp:
2010-03-08T10:26:03+13:00 (14 years ago)
Author:
kjdon
Message:

fixed up all my copy and paste errors. doh.

File:
1 edited

Legend:

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

    r21760 r21764  
    446446    #my $doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/doc.$doc_ext\">";
    447447    #$doc_obj->add_utf8_metadata ($cursection, "srclink",  $doclink);
    448     $doc_obj->add_metadata ($section, "srclink_file", "doc.$doc_ext");
     448    $doc_obj->add_metadata ($cursection, "srclink_file", "doc.$doc_ext");
    449449    $doc_obj->add_utf8_metadata ($cursection, "srcicon",  "_icon".$doc_ext."_");
    450450    #$doc_obj->add_utf8_metadata ($cursection, "/srclink", "</a>");
Note: See TracChangeset for help on using the changeset viewer.