[interchange-cvs] interchange - jon modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Feb 6 20:11:01 2003


User:      jon
Date:      2003-02-07 01:10:41 GMT
Modified:  .        WHATSNEW
Log:
Correct a minor inaccuracy in the note from my CVS commit.

Revision  Changes    Path
2.97      +1 -1      interchange/WHATSNEW


rev 2.97, prev_rev 2.96
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.96
retrieving revision 2.97
diff -u -u -r2.96 -r2.97
--- WHATSNEW	6 Feb 2003 22:57:05 -0000	2.96
+++ WHATSNEW	7 Feb 2003 01:10:41 -0000	2.97
@@ -36,7 +36,7 @@
 * Add option to product_common and item_common that allows an empty
   field to be returned. In effect this option means "give me the value
   of this field from the first ProductFiles table that has the field
-  at all" instead of "give me the first true value from a ProductFiles
+  at all" instead of "give me the first non-empty value from a ProductFiles
   table that has the field".
 
 * Optimize item_common a bit by looking at each table only once.