Ignore:
Timestamp:
2009-05-29T12:37:08+12:00 (15 years ago)
Author:
ak19
Message:

Not working. Changes made for collectiongroup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/glicolgroup/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r18686 r19668  
    36973697       
    36983698        // If we're using the Local Library we must release the collection before writing to the collect.cfg file
    3699         String collection_name = Gatherer.c_man.getCollection ().getName ();
     3699        String collection_name = Gatherer.c_man.getCollection().getGroupQualifiedName(true);
    37003700        boolean collection_released = false;
    37013701        if (Gatherer.c_man.built () && LocalLibraryServer.isRunning () == true) {
     
    37863786       
    37873787        // If we're using the Local Library we must release the collection before writing to the collect.cfg file
    3788         String collection_name = CollectionManager.getLoadedCollectionName ();
     3788        String collection_name = CollectionManager.getLoadedGroupQualifiedCollectionName(true);
    37893789        boolean collection_released = false;
    37903790        if (Gatherer.c_man.built () && LocalLibraryServer.isRunning () == true) {
Note: See TracChangeset for help on using the changeset viewer.