Changeset 17211 for gli/trunk


Ignore:
Timestamp:
2008-09-08T13:18:43+12:00 (16 years 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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());
Note: See TracChangeset for help on using the changeset viewer.