greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17211

Show
Ignore:
Timestamp:
2008-09-08 13:18:43 (3 months ago)
Author:
kjdon
Message:

removed the code that stored the collection creator email address in the Configuration - lots of demo collections have greenstone address, don't want that

Files:

Legend:

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

    r14587 r17211  
    299299            String creator_email_str = creator_emailfield.getText(); 
    300300            creator_collectionmeta.setValue(creator_email_str); 
    301                 // If the email is currently empty, store this email 
    302             if(Configuration.getEmail() == null) { 
    303                 Configuration.setEmail(creator_email_str); // Store the email address in the configuration 
    304             } 
    305301            collection_extra_collectionmeta.setValue(description_textarea.getText()); 
    306302            icon_collection_collectionmeta.setValue(icon_textfield.getText());