Changeset 16209


Ignore:
Timestamp:
2008-06-26T14:48:52+12:00 (16 years ago)
Author:
mdewsnip
Message:

Now tries the "<ID>VList" format statement if no "<ID>DocumentNodes" format statement exists, for dynamic classifier document nodes.

File:
1 edited

Legend:

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

    r16206 r16209  
    583583  if (!get_formatstring (args["dcl"], "DocumentNodes", cinfo->format, formatstring))
    584584  {
    585     formatstring = bptr->get_default_formatstring();
     585    if (!get_formatstring (args["dcl"], "VList", cinfo->format, formatstring))
     586    {
     587      formatstring = bptr->get_default_formatstring();
     588    }
    586589  }
    587590  format_t *formatlistptr = new format_t();
Note: See TracChangeset for help on using the changeset viewer.