Changeset 7193 for trunk


Ignore:
Timestamp:
2004-04-06T13:24:22+12:00 (20 years ago)
Author:
kjdon
Message:

small fix for DateLists where its built on metadata that is not Date

File:
1 edited

Legend:

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

    r7061 r7193  
    528528  bptr->load_metadata_defaults (metadata);
    529529
     530  if (classifytype == "DateList") {
     531    metadata.insert(args["dm"]);
     532  }
     533
    530534  // get the formatstring if there is one or use the browsers default
    531535  if (!get_formatstring (classification, classifytype,
Note: See TracChangeset for help on using the changeset viewer.