Ignore:
Timestamp:
2000-06-29T12:22:59+12:00 (24 years ago)
Author:
sjboddie
Message:

added new numsections field to collection info and made the statusaction
recognize it

File:
1 edited

Legend:

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

    r1170 r1253  
    2828/*
    2929   $Log$
     30   Revision 1.28  2000/06/29 00:22:59  sjboddie
     31   added new numsections field to collection info and made the statusaction
     32   recognize it
     33
    3034   Revision 1.27  2000/05/12 03:09:24  sjboddie
    3135   minor modifications to get web library compiling under VC++ 6.0
     
    667671          << "<tr><th>number of documents</th><td>\""
    668672          << collectinfo.numDocs
     673          << "\"</td></tr>\n"
     674
     675          << "<tr><th>number of sections</th><td>\""
     676          << collectinfo.numSections
    669677          << "\"</td></tr>\n"
    670678
Note: See TracChangeset for help on using the changeset viewer.