Ignore:
Timestamp:
2004-09-15T16:18:06+12:00 (20 years ago)
Author:
chi
Message:

Add the "FileFormat" metadata to each of the Plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/TEXTPlug.pm

    r7498 r8121  
    113113    $doc_obj->add_utf8_metadata ($cursection, "Title", $title);
    114114    }
     115    # Add FileFormat metadata
     116    $doc_obj->add_metadata($cursection, "FileFormat", "TEXT");
     117   
    115118
    116119    # we need to escape the escape character, or else mg will convert into
Note: See TracChangeset for help on using the changeset viewer.