Ignore:
Timestamp:
2001-05-07T15:27:02+12:00 (23 years ago)
Author:
sjboddie
Message:

The collector will now add a "This collection contains n documents"
sentence to the about text of each collection it builds.

File:
1 edited

Legend:

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

    r2368 r2370  
    14041404  text_t options = "-creator \"" + args["bc1contactemail"] + "\"";
    14051405  options += " -title \"" + args["bc1fullname"] + "\"";
    1406   options += " -about \"" + carriage_replace (args["bc1aboutdesc"], 0) + "\"";
     1406  options += " -about \"" + carriage_replace (args["bc1aboutdesc"] + "_collectorextra_", 0) + "\"";
    14071407  options += " -collectdir \"" + tmpdir + "\" ";
    14081408  text_t optionfile = filename_cat (tmpdir, "mkcol.opt");
Note: See TracChangeset for help on using the changeset viewer.