Ignore:
Timestamp:
2007-01-19T16:03:51+13:00 (17 years ago)
Author:
mdewsnip
Message:

Changed the "uploadModifiedMetadataXMLFiles" function to "saveMetadataXMLFiles", as it is soon to do a little more than the remote greenstone stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/EnrichPane.java

    r12145 r13705  
    193193    metadata_value_table_pane.stopEditingAndRebuild(file_nodes);
    194194
    195     // Upload the modified metadata.xml files to the server now, if we're using one
    196     MetadataXMLFileManager.uploadModifiedMetadataXMLFiles();
     195    // Make sure all the metadata has been saved to file
     196    MetadataXMLFileManager.saveMetadataXMLFiles();
    197197
    198198    // Remove the collection tree and filter from this pane so it can be added to the Gather pane
Note: See TracChangeset for help on using the changeset viewer.