K 10
svn:author
V 7
mibsoft
K 8
svn:date
V 27
1998-03-09T13:52:07.000000Z
K 7
svn:log
V 742
From:             Richard Michael Todd <rmtodd@mailhost.ecn.ou.edu>

In ARTstore(), when it sets up the article in preparation for writing it, it
puts in the Xref: header, but does not ever set the 'Found' field of the
Xref header structure.  (Note that the analogous non-storage-manager code
in ARTwrite() does set this flag.)  Why is this a problem?  If 'Found' is not
set by ARTstore, and an article comes in with no original Xref: header, the
Found flag will still be 0, meaning ARTmakeoverview will create an overview
line without Xref information.  This means that OVERstore, which depends on
the Xref field of the overview line to figure out which overview.ctl entry to
use, will silently not store any overview info for this article.

END
