Revision 2486
Added by sgarg over 19 years ago
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
634 | 634 |
if(returnfield_id < 0){ |
635 | 635 |
MetaCatUtil.debugMessage("Error in getting returnfield id from" |
636 | 636 |
+ "xml_returnfield table", 20); |
637 |
enterRecords = false; |
|
637 | 638 |
} |
638 | 639 |
|
639 | 640 |
// get the hashtable containing the docids that already in the |
Also available in: Unified diff
Fixed a bug - when returnfield_id is not found in xml_returnfield, records are not added to xml_queryresults