Changeset 12791


Ignore:
Timestamp:
2006-09-20T11:04:34+12:00 (18 years ago)
Author:
kjdon
Message:

fixed up a non-compiling mistake

File:
1 edited

Legend:

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

    r12784 r12791  
    336336  // the default stem and case are set to 0 if this is being used, so we are only adding on qualifiers if stem or fold is 1.
    337337  if (stem == "0" && fold == "0") {
    338     return;
     338    return terms;
    339339  }
    340340  // this is only for mgpp collections, shouldn't be called for anything else
    341341  if (indexer_type != 1) {
    342     return;
     342    return terms;
    343343  }
    344344 
Note: See TracChangeset for help on using the changeset viewer.