Changeset 21568 for main/trunk


Ignore:
Timestamp:
2010-01-21T16:31:01+13:00 (14 years ago)
Author:
mdewsnip
Message:

Fixed up a couple more unnecessarily GDBM-specific bits.

Location:
main/trunk/greenstone2/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/arcinfo.pm

    r21564 r21568  
    221221    foreach my $oid ( keys %$infodb_map ) {
    222222    # consider making the following a method in dbutil
    223     # e.g. write_infodb_rawentry_gdbm($infodb_handle,$oid,$vals);
     223    # e.g. write_infodb_rawentry($infodb_handle,$oid,$vals);
    224224
    225225    # no need to escape, as $infodb_map->{$oid} hasn't been unescaped
  • main/trunk/greenstone2/perllib/strings.properties

    r21566 r21568  
    297297
    298298# -- csv-usernames-to-db.pl
    299 cu2db.desc:A simple script to batch add users to the greenstone users.gdb database. Takes a comma-separated value (csv) file as input. Each line represents one user, and consists of username,password,groups,comment. If the user belongs ot more than one group, then groups will be a comma-separated list, and you'll need to use a different field separator for the file (along with the field-separator option).
     299cu2db.desc:A simple script to batch add users to the greenstone users database. Takes a comma-separated value (csv) file as input. Each line represents one user, and consists of username,password,groups,comment. If the user belongs ot more than one group, then groups will be a comma-separated list, and you'll need to use a different field separator for the file (along with the field-separator option).
    300300 
    301301cu2db.params:[options] csv-filename
Note: See TracChangeset for help on using the changeset viewer.