Changeset 10650


Ignore:
Timestamp:
2005-09-26T17:05:18+12:00 (19 years ago)
Author:
kjdon
Message:

index stem now needed for GDBMDatabaseFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSFile.java

    r10187 r10650  
    288288     * note, need to change extension depending on OS */
    289289    static public String GDBMDatabaseFile(String site_home,
    290                       String collection_name) {
     290                      String collection_name,
     291                      String index_stem) {
    291292
    292293    String db_ext = ".ldb";
     
    298299        collection_name + File.separatorChar +
    299300        "index" + File.separatorChar + "text" + File.separatorChar +
    300         collection_name + db_ext;
     301        index_stem + db_ext;
    301302
    302303    }
Note: See TracChangeset for help on using the changeset viewer.