Ignore:
Timestamp:
2005-08-15T16:59:44+12:00 (19 years ago)
Author:
mdewsnip
Message:

Changed the names of some functions in RemoteGreenstoneServer and made almost all of the functions take the collection name as an argument (needed for authentication).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r10374 r10511  
    506506                // If we're using a remote Greenstone server, upload the image
    507507                if (Gatherer.isGsdlRemote) {
    508                     RemoteGreenstoneServer.uploadCollectionFile(collection_image_file);
     508                    RemoteGreenstoneServer.uploadCollectionFile(Gatherer.c_man.getCollection().getName(), collection_image_file);
    509509                }
    510510                }
Note: See TracChangeset for help on using the changeset viewer.