Ignore:
Timestamp:
2009-03-11T13:13:31+13:00 (15 years ago)
Author:
kjdon
Message:

we now use .gdb as gdbm db file extension instead of ldb/bdb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/GDBMUtils.pm

    r18469 r18658  
    197197    my $collection = shift(@_);
    198198
    199     # Find out the database extension
    200     my $ext = &util::is_little_endian() ? ".ldb" : ".bdb";
    201 
    202     # Now return the full filename of the database
    203 
    204     return &util::filename_cat($ENV{'GSDLHOME'}, "collect", $collection, "index", "text", $collection.$ext);
     199    # Return the full filename of the database
     200
     201    return &util::filename_cat($ENV{'GSDLHOME'}, "collect", $collection, "index", "text", "$collection.gdb");
    205202  }
    206203# /** getDatabasePath **/
Note: See TracChangeset for help on using the changeset viewer.