greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16987

Show
Ignore:
Timestamp:
2008-08-25 12:29:45 (5 months ago)
Author:
kjdon
Message:

fixed the bug I introduced last time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java

    r16399 r16987  
    768768        } 
    769769 
     770        // if Greenstone3, need to deactivate the collection on the server 
     771        if (Gatherer.GS3) { 
     772 
     773        } 
     774         
    770775        // Now delete the collection directory 
    771776        return Utility.delete(new File(getCollectionDirectoryPath(collection_name)));