Ignore:
Timestamp:
1999-10-19T16:23:46+13:00 (25 years ago)
Author:
davidb
Message:

Collection building support through web pages
and internal and external link handling for collection documents

File:
1 edited

Legend:

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

    r673 r722  
    2828/*
    2929   $Log$
     30   Revision 1.18  1999/10/19 03:23:44  davidb
     31   Collection building support through web pages
     32   and internal and external link handling for collection documents
     33
    3034   Revision 1.17  1999/10/14 23:04:44  sjboddie
    3135   some hacks to make nzdl home page look right
     
    208212        ColInfoResponse_t cinfo;
    209213        (*rprotolist_here).p->get_collectinfo (*collist_here, cinfo, err, logout);
     214
    210215        if (err == noError) {
    211           if (cinfo.isPublic) {
     216          if (cinfo.isPublic && (cinfo.buildDate > 0)) {
    212217
    213218        FilterResponse_t response;
Note: See TracChangeset for help on using the changeset viewer.