Ignore:
Timestamp:
2010-05-06T12:58:19+12:00 (14 years ago)
Author:
davidb
Message:

Updating of code to support sql-query filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/comtypes.h

    r15802 r22050  
    106106  text_t         receptionist;
    107107  text_t         buildType;           // 'mg' or 'mgpp' or 'lucene'
    108   text_t         authenticate;      // 'document' or 'collection'
     108  text_t         infodbType;          // 'gdbm', 'sqlite', etc.
     109  text_t         authenticate;        // 'document' or 'collection'
    109110  text_t         auth_group;          // 'mygroup' 'yourgroup'
    110111  text_tmap      public_documents;    // the acl to allow access to listed documents
Note: See TracChangeset for help on using the changeset viewer.