Changeset 6180


Ignore:
Timestamp:
2003-12-09T12:16:28+13:00 (20 years ago)
Author:
jmt12
Message:

Added then removed some debug stuff

File:
1 edited

Legend:

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

    r6063 r6180  
    414414    }
    415415
    416     private void configureHomeURL() {
    417    
     416    private void configureHomeURL() {   
    418417    // set up the home page for the current collection
    419418    Collection current_collection = Gatherer.c_man.getCollection();
     
    435434        }
    436435    }
    437 
    438436    // Remember to add unique timestamp
    439437    homepage = Gatherer.config.exec_address.toString() + "?a=p&p=about&c=" + current_collection.getName()+extra_args + StaticStrings.TIMESTAMP_ARGUMENT + System.currentTimeMillis();
Note: See TracChangeset for help on using the changeset viewer.