Changeset 26312


Ignore:
Timestamp:
2012-10-11T19:27:05+13:00 (12 years ago)
Author:
ak19
Message:

Library URL for fedora is now the same as that of Greenstone and no longer the fedora search page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/PreviewButton.java

    r22510 r26312  
    8282    // set up the home page for the current collection
    8383    if (Gatherer.GS3) { // GLI for GS3 case
    84         if(Configuration.library_url == null && !Configuration.fedora_info.isActive()) {
     84        if(Configuration.library_url == null) {// && !Configuration.fedora_info.isActive()) {
    8585        Gatherer.missingEXEC();
    8686        }
Note: See TracChangeset for help on using the changeset viewer.