Changeset 11985


Ignore:
Timestamp:
2006-06-30T16:01:13+12:00 (18 years ago)
Author:
kjdon
Message:

no searchTypes array any more - it is now a format statement

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.cpp

    r11259 r11985  
    5959  buildDate=0;
    6060  buildType.clear();
    61   searchTypes.erase(searchTypes.begin(), searchTypes.end());
    6261  numDocs=0;
    6362  numSections=0;
  • trunk/gsdl/src/recpt/comtypes.h

    r11964 r11985  
    102102  text_tmap      public_documents;    // the acl to allow access to listed documents
    103103  text_tmap      private_documents;   // the acl to disallow access to listed documents
    104   text_tarray    searchTypes; // form, plain, empty if collection uses mg, or has no searching facility
    105104};
    106105
Note: See TracChangeset for help on using the changeset viewer.